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]
|
||||
Description=HTTPProcProbeD
|
||||
Description=HTTP Process Prober Daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
DynamicUser=yes
|
||||
Restart=on-failure
|
||||
ExecStart=/usr/bin/httpprocprobed -c /etc/httpprocprobed.conf
|
||||
ExecStart=/usr/bin/httpprocprobed -c /etc/httpprocprobed.json
|
||||
ExecReload=kill -HUP $MAINPID
|
||||
|
||||
ReadOnlyPaths=/
|
||||
|
Loading…
Reference in New Issue
Block a user