etc/systemd/system/watchdog.service hinzugefügt
This commit is contained in:
12
etc/systemd/system/watchdog.service
Normal file
12
etc/systemd/system/watchdog.service
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Watchdog Monitor Service
|
||||||
|
After=network.target getty@tty1.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStartPre=-/bin/sleep 120
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/watchdog
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
Reference in New Issue
Block a user