CAI-Watchdog/scripts/unix/usr/lib/systemd/system/cai-watchdog.service
Alexander I. Chebykin 85654f51a0 on-start script updated, localized scripts added
on-start script updated, localized scripts added
2022-10-29 21:15:02 +03:00

17 lines
277 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