freeipmi/bmc-watchdog.service
Jan Safranek bd54804ae7 added systemd unit files
Resolves: #767611
2012-01-09 08:55:01 +01:00

13 lines
245 B
Desktop File

[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