summaryrefslogtreecommitdiff
path: root/pcr/freeipmi/bmc-watchdog.service
blob: 8ad449a71691aa66102002e27babde7cb1218614 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=BMC Watchdog Timer Daemon
After=network.target

[Service]
Type=forking
EnvironmentFile=-/etc/conf.d/bmc-watchdog
ExecStart=/usr/bin/bmc-watchdog $OPTIONS

[Install]
WantedBy=multi-user.target