[Pkg-voip-commits] [SCM] turnserver branch, master,	updated. upstream/0.6-29-g4d0b4f4
    Daniel Pocock 
    daniel at pocock.com.au
       
    Sat Oct  6 07:12:27 UTC 2012
    
    
  
The following commit has been merged in the master branch:
commit 4d0b4f464531bf021e10de77d5c691d1c93e3588
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Sat Oct 6 09:12:23 2012 +0200
    Create PID file properly
diff --git a/debian/turnserver.init b/debian/turnserver.init
index f21dca7..0158c63 100644
--- a/debian/turnserver.init
+++ b/debian/turnserver.init
@@ -37,7 +37,7 @@ fi
 case "$1" in
   start)
     echo "Starting $NAME"
-    start-stop-daemon --start --background -m --pidfile $PIDFILE --exec $DAEMON -- -c $CONFIG
+    start-stop-daemon --start --background --pidfile $PIDFILE --exec $DAEMON -- -c $CONFIG -p $PIDFILE
 		echo "."
     ;;
   stop)
-- 
turnserver
    
    
More information about the Pkg-voip-commits
mailing list