smalltalk
/
osmo-st-msc
Archived
1
0
Fork 0

contrib: Use the --daemon option for the start script

This commit is contained in:
Holger Hans Peter Freyther 2012-10-12 13:03:46 +02:00
parent 7dd05bf97e
commit 1f8b3c8a64
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC=osmo-msc # Introduce a short description here
NAME=osmo-msc # Introduce the short server's name here
DAEMON=/usr/bin/gst-remote # Introduce the server's location here
DAEMON_ARGS="--server -I /var/lib/osmo-msc/osmo_msc.img 127.0.0.1" # Arguments to run the daemon with
DAEMON_ARGS="--daemon --server -I /var/lib/osmo-msc/osmo_msc.img 127.0.0.1" # Arguments to run the daemon with
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME