Update S97baresip (#1611)

pull/1619/head
Signor Pellegrino 2024-11-20 23:22:00 +03:00 committed by GitHub
parent 7294e1e9ac
commit 1c5f0e93be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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"