Browse Source

Added configuration file as starting arg (on Jiris request :-)

Nils Ohlmeier 22 years ago
parent
commit
ed1dbcc277
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rpm/ser.init.SuSE

+ 1 - 1
rpm/ser.init.SuSE

@@ -67,7 +67,7 @@ case "$1" in
 	echo -n "Starting SIP Express Router "
 	echo -n "Starting SIP Express Router "
 	## Start daemon with startproc(8). If this fails
 	## Start daemon with startproc(8). If this fails
 	## the return value is set appropriately by startproc.
 	## the return value is set appropriately by startproc.
-	startproc $SER_BIN
+	startproc $SER_BIN -f $SER_CONFIG
 
 
 	# Remember status and be verbose
 	# Remember status and be verbose
 	rc_status -v
 	rc_status -v