diff --git a/general/package/baresip-openipc/files/S97baresip b/general/package/baresip-openipc/files/S97baresip index 2fc00c2f..e4947f70 100755 --- a/general/package/baresip-openipc/files/S97baresip +++ b/general/package/baresip-openipc/files/S97baresip @@ -6,6 +6,7 @@ DAEMON_ARGS="-f /etc/baresip" start() { echo -n "Starting $DAEMON: " + sleep 5 start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "$DAEMON" -- $DAEMON_ARGS if [ $? -eq 0 ]; then echo "OK"