summaryrefslogblamecommitdiffstats
path: root/system/ntopng/ntopng.logrotate
blob: 05c75dea396f127d0191a25143e1070e93e754bd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                     
/var/log/ntopng {
    # based on ntopng.logrotate included in the ntopng/debian source.
    weekly
    missingok
    rotate 4
    # ntopng doesn't handle SIGHUP
    copytruncate
    nocompress
    notifempty
    create 640 root wheel
}