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