watchdog/watchdog.service
2020-06-19 16:54:28 +08:00

12 lines
180 B
Desktop File

[Unit]
Description=watchdog daemon
# man systemd.special
# auto added After=basic.target
[Service]
Type=forking
ExecStart=/usr/sbin/watchdog
[Install]
WantedBy=multi-user.target