void-packages/srcpkgs/freeipmi/files/bmc-watchdog/run
2016-05-17 01:46:40 -04:00

9 lines
157 B
Bash
Executable file

#!/bin/sh
[ -f ./conf ] && . ./conf
: ${OPTIONS:=-d -u 4 -p 0 -a 1 -F -P -L -S -O -i 900 -e 60}
bmc-watchdog ${OPTIONS}
exec chpst -b bmc-watchdog pause