1
0
httpprocprobed/contrib/systemd/httpprocwatchd.service

14 lines
319 B
Desktop File

[Unit]
Description=HTTPProcWatchD hands out an HTTP endpoint to see status of watched processes.
After=network.target
[Service]
Type=simple
DynamicUser=yes
Restart=on-failure
ExecStart=/usr/bin/httpprocwatchd --config /etc/httpprocwatchd/config.json
ExecReload=kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target