python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / freeipmi / files / bmc-watchdog / run
blob2747898f94579f8cd0e83234a8446d1ea4f1749f
1 #!/bin/sh
3 [ -f ./conf ] && . ./conf
5 : ${OPTIONS:=-d -u 4 -p 0 -a 1 -F -P -L -S -O -i 900 -e 60}
7 bmc-watchdog ${OPTIONS}
9 exec chpst -b bmc-watchdog pause