Minimal functionality implemented
Minimal functionality implemented
This commit is contained in:
16
scripts/unix/cai-watchdog.service.template
Normal file
16
scripts/unix/cai-watchdog.service.template
Normal file
@@ -0,0 +1,16 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user