[httpprocwatchd.service] Shorten Description. Fixed extension of config file.
This commit is contained in:
parent
4006dd89ea
commit
f536435ab0
@ -1,12 +1,12 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=HTTPProcWatchD hands out an HTTP endpoint to see status of watched processes.
|
Description=HTTPProcWatchD
|
||||||
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/httpprocwatchd --config /etc/httpprocwatchd/config.json
|
ExecStart=/usr/bin/httpprocwatchd --config /etc/httpprocwatchd/config.conf
|
||||||
ExecReload=kill -HUP $MAINPID
|
ExecReload=kill -HUP $MAINPID
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user