summaryrefslogtreecommitdiff
path: root/bmc-watchdog.service
blob: c7ada84b7725474be746acab343cdeb6dfd3a0ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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