diff --git a/contrib/osmo-msc b/contrib/osmo-msc index 2ebaf29..fbcbd38 100755 --- a/contrib/osmo-msc +++ b/contrib/osmo-msc @@ -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