etc/systemd/system/watchdog-monitor.service aktualisiert
This commit is contained in:
14
etc/systemd/system/watchdog-monitor.service
Normal file
14
etc/systemd/system/watchdog-monitor.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Watchdog Monitor Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=loginuser
|
||||
ExecStart=/usr/bin/custom/watchdog-monitor
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
# Version 1.1:
|
||||
# Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script.
|
||||
Reference in New Issue
Block a user