etc/systemd/system/watchdog.service aktualisiert
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
[Unit]
|
||||
Description=Watchdog Monitor Service
|
||||
After=network.target getty@tty1.service
|
||||
#After=network.target getty@tty1.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=-/usr/bin/sleep 10
|
||||
Type=simple
|
||||
User=loginuser
|
||||
ExecStart=/usr/bin/custom/watchdog
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
StandardOutput=append:/var/log/watchdog.log
|
||||
StandardError=append:/var/log/watchdog.log
|
||||
|
||||
|
||||
Reference in New Issue
Block a user