mirror of https://github.com/OpenIPC/firmware.git
Update S97baresip (#1611)
parent
7294e1e9ac
commit
1c5f0e93be
|
@ -6,6 +6,7 @@ DAEMON_ARGS="-f /etc/baresip"
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
echo -n "Starting $DAEMON: "
|
echo -n "Starting $DAEMON: "
|
||||||
|
sleep 5
|
||||||
start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "$DAEMON" -- $DAEMON_ARGS
|
start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "$DAEMON" -- $DAEMON_ARGS
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "OK"
|
echo "OK"
|
||||||
|
|
Loading…
Reference in New Issue