aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ntopng/ntopng.initd
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-07-27 09:35:40 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-07-27 09:35:57 +0000
commit88bbcd650a954324a9d1407ccad754ec5b85ac25 (patch)
treeb942c2f268ca2919f3b3f302b716f9f2bca6f4f6 /testing/ntopng/ntopng.initd
parent2fa921762fbacef668ac6339853f0643ad39d833 (diff)
downloadaports-88bbcd650a954324a9d1407ccad754ec5b85ac25.tar.bz2
aports-88bbcd650a954324a9d1407ccad754ec5b85ac25.tar.xz
testing/ntopng: allow specifying additional startup options
Diffstat (limited to 'testing/ntopng/ntopng.initd')
-rw-r--r--testing/ntopng/ntopng.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ntopng/ntopng.initd b/testing/ntopng/ntopng.initd
index c111d2bf00..824c13a960 100644
--- a/testing/ntopng/ntopng.initd
+++ b/testing/ntopng/ntopng.initd
@@ -7,7 +7,7 @@ depend() {
command="/usr/bin/ntopng"
pidfile="/var/run/ntopng/ntopng.pid"
: ${exec_user:=ntop}
-: ${command_args:="--daemon --data-dir /var/lib/ntopng --httpdocs-dir /usr/share/ntopng/httpdocs --pid $pidfile -U $exec_user"}
+: ${command_args:="--daemon --data-dir /var/lib/ntopng --httpdocs-dir /usr/share/ntopng/httpdocs --pid $pidfile -U $exec_user $NTOPNG_OPTS"}
checkconfig() {
if [ ! -e /usr/share/ntopng/httpdocs/geoip/GeoIPASNum.dat ] || \