diff options
Diffstat (limited to 'testing/mediaproxy/mediaproxy-dispatcher.initd')
-rw-r--r-- | testing/mediaproxy/mediaproxy-dispatcher.initd | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/testing/mediaproxy/mediaproxy-dispatcher.initd b/testing/mediaproxy/mediaproxy-dispatcher.initd index 77364104c0..9b37a7e064 100644 --- a/testing/mediaproxy/mediaproxy-dispatcher.initd +++ b/testing/mediaproxy/mediaproxy-dispatcher.initd @@ -1,7 +1,7 @@ #!/sbin/runscript daemon=/usr/bin/media-dispatcher -pidfile=/var/run/mediaproxy/mediaproxy-dispatcher.pid +pidfile=/var/run/mediaproxy/dispatcher.pid depend() { need net @@ -11,11 +11,7 @@ depend() { start() { ebegin "Starting Mediaproxy Dispatcher" - start-stop-daemon --start --quiet --pidfile $pidfile --exec $daemon \ - -- \ - -u kamailio \ - -g kamailio \ - -P $pidfile \ + start-stop-daemon --start --verbose --pidfile $pidfile --exec $daemon eend $? } |