Added unicode icons in messages
Added unicode icons in messages
This commit is contained in:
18
scripts/unix/usr/lib/systemd/system/cai-watchdog.service
Normal file
18
scripts/unix/usr/lib/systemd/system/cai-watchdog.service
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=Watchdog service
|
||||
|
||||
[Service]
|
||||
User=wwwrun
|
||||
Group=www
|
||||
Type=simple
|
||||
ExecStart=/usr/local/sbin/cai-watchdog
|
||||
#ExecStopPost=/usr/local/sbin/cai-watchdog-stopped
|
||||
#ExecStopPost=send-telegram 'ATTENTION! Watchdog is stopped!'
|
||||
|
||||
KillMode=control-group
|
||||
NotifyAccess=all
|
||||
SuccessExitStatus=2
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Alias=cai_watchdog
|
||||
Reference in New Issue
Block a user