aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ntopng/ntopng.confd
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.confd
parent2fa921762fbacef668ac6339853f0643ad39d833 (diff)
downloadaports-88bbcd650a954324a9d1407ccad754ec5b85ac25.tar.bz2
aports-88bbcd650a954324a9d1407ccad754ec5b85ac25.tar.xz
testing/ntopng: allow specifying additional startup options
Diffstat (limited to 'testing/ntopng/ntopng.confd')
-rw-r--r--testing/ntopng/ntopng.confd7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/ntopng/ntopng.confd b/testing/ntopng/ntopng.confd
index 1d38dfeca4..4d11cffe8a 100644
--- a/testing/ntopng/ntopng.confd
+++ b/testing/ntopng/ntopng.confd
@@ -1 +1,8 @@
+### Default options for 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"
+
+### Additional options here
NTOPNG_OPTS=""