|
@@ -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
|