6 # Allow a few customizations from a config file
7 test -r /etc
/default
/babeld
&& .
/etc
/default
/babeld
10 printf "Starting babeld: "
11 start-stop-daemon
-S -q -p /run
/babeld.pid \
12 --exec /usr
/sbin
/babeld
-- $DAEMON_ARGS
13 [ $?
= 0 ] && echo "OK" ||
echo "FAIL"
16 printf "Stopping babeld: "
17 start-stop-daemon
-K -q -p /run
/babeld.pid
18 [ $?
= 0 ] && echo "OK" ||
echo "FAIL"
36 echo "Usage: $0 {start|stop|restart}"