mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 14:15:09 +02:00
10 lines
167 B
Bash
10 lines
167 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
|
|
[ -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
|