diff options
Diffstat (limited to 'testing/ntopng/ntopng.initd')
-rw-r--r-- | testing/ntopng/ntopng.initd | 2 |
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 ] || \ |