Skip to content

Commit

Permalink
Update S97baresip (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyrouter authored Nov 20, 2024
1 parent 7294e1e commit 1c5f0e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions general/package/baresip-openipc/files/S97baresip
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1c5f0e9

Please sign in to comment.