blob: 4d11cffe8ab903afc0ec4ae8dc43e3504366f864 (
plain)
1
2
3
4
5
6
7
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=""
|