12 lines
256 B
Desktop File
Executable File
12 lines
256 B
Desktop File
Executable File
[Unit]
|
|
Description=BMC Hardware Watchdog Daemon
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/default/obmc/system-watchdog/system-watchdog.conf
|
|
ExecStart=/sbin/watchdog -T ${{TIMEOUT}} -t ${{INTERVAL}} -F ${{DEVICE}}
|
|
KillSignal=SIGTERM
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|
|
|