stable #2
@@ -1,14 +1,11 @@
|
||||
[Unit]
|
||||
Description=Watchdog Monitor Service
|
||||
#After=network.target getty@tty1.service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStartPre=-/usr/bin/sleep 10
|
||||
Type=simple
|
||||
User=loginuser
|
||||
ExecStart=/usr/bin/custom/watchdog
|
||||
StandardOutput=append:/var/log/watchdog.log
|
||||
StandardError=append:/var/log/watchdog.log
|
||||
ExecStart=/usr/bin/custom/watchdog-monitor
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user