freeipmi/SOURCES/bmc-watchdog.service

13 lines
245 B
SYSTEMD
Raw Permalink Normal View History

2019-05-07 07:45:58 +00:00
[Unit]
Description=BMC Watchdog Timer Daemon
After=network.target
[Service]
Type=forking
PIDFile=/run/bmc-watchdog.pid
EnvironmentFile=-/etc/sysconfig/bmc-watchdog
ExecStart=/usr/sbin/bmc-watchdog $OPTIONS
[Install]
WantedBy=multi-user.target