summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xetc/init.d/opennhrp.init3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/init.d/opennhrp.init b/etc/init.d/opennhrp.init
index 961422b..8488516 100755
--- a/etc/init.d/opennhrp.init
+++ b/etc/init.d/opennhrp.init
@@ -31,6 +31,9 @@ DAEMON_ARGS=" -d -a $CTRLPIPE -c $CONFFILE -s $SCRIPTFILE -p $PIDFILE"
# Exit if the package is not installed
[ -x "$DAEMON" ] || exit 0
+# Exclude from systemd
+_SYSTEMCTL_SKIP_REDIRECT=yes
+
# Read configuration variable file if it is present
[ -r /etc/default/$NAME ] && . /etc/default/$NAME