diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-10-26 09:40:33 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-10-26 09:40:33 +0000 |
commit | 6d260f6fcc07a1b0ae6b34a0c07d1668fcf08556 (patch) | |
tree | 9af4cf760b25189dd9aac1119b9b02adbc98b09d /main/ntop/ntop.confd | |
parent | eb4656448c5960be15d07fd4e6da8fc0899a6367 (diff) | |
download | aports-6d260f6fcc07a1b0ae6b34a0c07d1668fcf08556.tar.bz2 aports-6d260f6fcc07a1b0ae6b34a0c07d1668fcf08556.tar.xz |
testing/ntop: moved to main
Diffstat (limited to 'main/ntop/ntop.confd')
-rw-r--r-- | main/ntop/ntop.confd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/ntop/ntop.confd b/main/ntop/ntop.confd new file mode 100644 index 000000000..352a26fa9 --- /dev/null +++ b/main/ntop/ntop.confd @@ -0,0 +1,9 @@ +# Config file for /etc/init.d/ntop + +# Set preferred options here +#NTOP_OPTS="--http-server 3000 --https-server 0 --interface eth0" + +# suggestions from bug #136983 (use it in case you experience ntop hangs) +#NTOP_OPTS="u ntop -P /var/lib/ntop --disable-schedyield --http-server 3000 --https-server 3001" + +NTOP_OPTS="-u ntop -P /var/lib/ntop" |