summaryrefslogtreecommitdiffstats
path: root/network/ntop/ntop.logrotate
blob: a387c5018ff866aab3ac3bcb88dc0c94ef4b0ddd (plain)
1
2
3
4
5
6
7
8
9
10
11
/var/log/ntop {
    # based on ntop.logrotate included in the ntop/debian source.
    weekly
    missingok
    rotate 4
    # ntop doesn't handle SIGHUP
    copytruncate
    nocompress
    notifempty
    create 640 root wheel
}