CAI-Watchdog/scripts/unix/cai-watchdog.service.template
2022-06-27 00:16:39 +03:00

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