1
0
httpprocprobed/contrib/systemd/httpprocwatchd.service

14 lines
256 B
SYSTEMD
Raw Normal View History

2021-03-13 03:17:30 +04:00
[Unit]
Description=HTTPProcWatchD
2021-03-13 03:17:30 +04:00
After=network.target
[Service]
Type=simple
DynamicUser=yes
Restart=on-failure
ExecStart=/usr/bin/httpprocwatchd --config /etc/httpprocwatchd/config.conf
ExecReload=kill -HUP $MAINPID
2021-03-13 03:17:30 +04:00
[Install]
WantedBy=multi-user.target