summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2020-05-11 15:35:18 +0700
committerGitHub <noreply@github.com>2020-05-11 15:35:18 +0700
commit2f916a9fc201ab5394604373f996cd6d0e442305 (patch)
treef812f6fe948f5a3478c349a12a2bad19552a05eb
parentf667a9ebedac725794499e1fc48c9ff6eb56ae62 (diff)
parent7f8b0716a74a5f4aac65e9a46f09cf98829f8181 (diff)
downloadvyos-nhrp-2f916a9fc201ab5394604373f996cd6d0e442305.tar.gz
vyos-nhrp-2f916a9fc201ab5394604373f996cd6d0e442305.zip
Merge pull request #4 from DmitriyEshenko/current
nhrp: T2443: Add debug logging
-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