mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-21 15:53:49 +01:00
9 lines
341 B
Text
9 lines
341 B
Text
# 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"
|