watchdog/watchdog.service
HukunaMatata a54bd67331 update to 5.16
add ipmi service sequential dependency
2021-03-24 10:00:00 +08:00

13 lines
199 B
Desktop File

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