summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xetc/init.d/opennhrp.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.d/opennhrp.init b/etc/init.d/opennhrp.init
index 445feb8..e1b7712 100755
--- a/etc/init.d/opennhrp.init
+++ b/etc/init.d/opennhrp.init
@@ -25,7 +25,7 @@ NHRP_HOOK=$HOOK_DIR/vyatta-nhrp-hook
CONFFILE=/etc/opennhrp/opennhrp.conf
SCRIPTFILE=/etc/opennhrp/opennhrp-script
-DAEMON_ARGS=" -d -a $CTRLPIPE -c $CONFFILE -s $SCRIPTFILE -p $PIDFILE"
+DAEMON_ARGS=" -d -v -a $CTRLPIPE -c $CONFFILE -s $SCRIPTFILE -p $PIDFILE"
# -a /var/run/opennhrp/ctrl -c /etc/opennhrp/opennhrp.conf -s /etc/opennhrp/opennhrp-script -d -p /var/run/opennhrp/pid
# Exit if the package is not installed