[Pkg-voip-commits] [SCM] turnserver branch, master, updated. upstream/0.6-12-gbb61ac7

Daniel Pocock daniel at pocock.com.au
Fri Aug 10 19:49:42 UTC 2012


The following commit has been merged in the master branch:
commit 95147512675c9e23f083dfb8568529ab1353335f
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Fri Aug 10 21:22:43 2012 +0200

    Add LSB section to init script

diff --git a/debian/turnserver.init b/debian/turnserver.init
index c0d5e21..f21dca7 100644
--- a/debian/turnserver.init
+++ b/debian/turnserver.init
@@ -1,6 +1,13 @@
 #!/bin/sh
-# /etc/init.d/turnserver
-#
+### BEGIN INIT INFO
+# Provides:          turnserver
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: TurnServer.org TURN Server
+# Description:       STUN and TURN Relay for VoIP media streams
+### END INIT INFO
 
 set -e
 

-- 
turnserver



More information about the Pkg-voip-commits mailing list