mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
8679fda5af
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
186 B
Text
13 lines
186 B
Text
/var/log/nsd/*.log {
|
|
daily
|
|
rotate 14
|
|
notifempty
|
|
create 0640 nsd nsd
|
|
su nsd nsd
|
|
missingok
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
/etc/rc.d/rc.nsd logreopen
|
|
endscript
|
|
}
|