2021-03-13 03:17:30 +04:00
|
|
|
[Unit]
|
2021-11-03 23:38:29 +04:00
|
|
|
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
|
2021-11-03 23:38:29 +04:00
|
|
|
DynamicUser=yes
|
2021-03-13 16:36:14 +04:00
|
|
|
Restart=on-failure
|
2021-03-13 03:17:30 +04:00
|
|
|
ExecStart=/usr/bin/httpprocwatchd --config /etc/httpprocwatchd/config.json
|
|
|
|
|
|
|
|
[Install]
|
2021-11-03 23:38:29 +04:00
|
|
|
WantedBy=multi-user.target
|