watchdog/SOURCES/watchdog.service

12 lines
180 B
SYSTEMD
Raw Normal View History

2021-11-03 00:50:24 +00:00
[Unit]
Description=watchdog daemon
# man systemd.special
# auto added After=basic.target
[Service]
Type=forking
ExecStart=/usr/sbin/watchdog
[Install]
WantedBy=multi-user.target