slackbuilds_ponce/network/nsd/nsd.logrotate
Robby Workman 8679fda5af
network/nsd: Fix logrotate file for non-root /var/log subdir
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-19 16:23:33 +07:00

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
}