slackbuilds_ponce/network/yadifa/yadifa.logrotate
Sergei Fedosoff 4a3d751ad2 network/yadifa: Added (Yet Another DNS Implementation For All).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-09-17 07:21:21 +07:00

11 lines
157 B
Text

/var/log/yadifa/*.log {
daily
rotate 14
notifempty
missingok
compress
sharedscripts
postrotate
/etc/rc.d/rc.yadifa logreopen
endscript
}