1
0
httpprocprobed/httpprocwatchd.service

13 lines
292 B
SYSTEMD
Raw Normal View History

2021-03-13 03:17:30 +04:00
[Unit]
Description=HTTPProcWatchD hands out a JSON HTTP endpoint to see status of watched processes
2021-03-13 03:17:30 +04:00
After=network.target
[Service]
Type=simple
DynamicUser=yes
Restart=on-failure
2021-03-13 03:17:30 +04:00
ExecStart=/usr/bin/httpprocwatchd --config /etc/httpprocwatchd/config.json
[Install]
WantedBy=multi-user.target