16 lines
236 B
Plaintext
16 lines
236 B
Plaintext
[Unit]
|
|
Description=Watchdog service
|
|
|
|
[Service]
|
|
User=wwwrun
|
|
Group=www
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/cai-watchdog
|
|
|
|
KillMode=control-group
|
|
NotifyAccess=all
|
|
SuccessExitStatus=2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=cai_watchdog |