CAI-Watchdog/scripts/unix/usr/lib/systemd/system/cai-watchdog.service
Alexander I. Chebykin bf96109742 Web-checks now runs in separate thread. Some fixes in scripts.
Web-checks now runs in separate thread. Some fixes in scripts.
2022-11-04 01:07:07 +03:00

17 lines
276 B
Desktop File

[Unit]
Description=Watchdog service
[Service]
User=wwwrun
Group=www
Type=simple
ExecStart=/usr/local/sbin/cai-watchdog
ExecStopPost=/etc/cai-watchdog/on-stop
KillMode=control-group
NotifyAccess=all
SuccessExitStatus=2
[Install]
WantedBy=multi-user.target
Alias=cai_watchdog