watchdog/watchdog.service

13 lines
199 B
SYSTEMD
Raw Normal View History

2020-06-19 16:54:28 +08:00
[Unit]
Description=watchdog daemon
# man systemd.special
# auto added After=basic.target
After=ipmi.service
2020-06-19 16:54:28 +08:00
[Service]
Type=forking
ExecStart=/usr/sbin/watchdog
[Install]
WantedBy=multi-user.target