In systemd.service .conf was replaced with .json. Also changed description.
This commit is contained in:
parent
6ba2e8a471
commit
47fc30feeb
@ -1,12 +1,12 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=HTTPProcProbeD
|
Description=HTTP Process Prober Daemon
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
DynamicUser=yes
|
DynamicUser=yes
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
ExecStart=/usr/bin/httpprocprobed -c /etc/httpprocprobed.conf
|
ExecStart=/usr/bin/httpprocprobed -c /etc/httpprocprobed.json
|
||||||
ExecReload=kill -HUP $MAINPID
|
ExecReload=kill -HUP $MAINPID
|
||||||
|
|
||||||
ReadOnlyPaths=/
|
ReadOnlyPaths=/
|
||||||
|
Loading…
Reference in New Issue
Block a user