2021-03-13 03:17:30 +04:00
|
|
|
[Unit]
|
|
|
|
Description=HTTPProcWatchD HTTP process watcher
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=nobody
|
|
|
|
Group=nobody
|
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]
|
|
|
|
WantedBy=multi-user.target
|