13 lines
245 B
SYSTEMD
13 lines
245 B
SYSTEMD
|
[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
|