bd54804ae7
Resolves: #767611
13 lines
245 B
Desktop File
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
|