12 lines
236 B
SYSTEMD
12 lines
236 B
SYSTEMD
|
[Unit]
|
||
|
Description=HTTPProcWatchD HTTP process watcher
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=nobody
|
||
|
Group=nobody
|
||
|
ExecStart=/usr/bin/httpprocwatchd --config /etc/httpprocwatchd/config.json
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|