mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
12 lines
228 B
Text
12 lines
228 B
Text
|
/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
|
||
|
}
|