gentoo-ebuilds/app-admin/ulogd/files/ulogd.logrotate
2024-07-04 02:38:07 +01:00

9 lines
199 B
Text

/var/log/ulogd/*.log {
sharedscripts
missingok
notifempty
create 0640 ulogd ulogd
postrotate
[ -f /run/ulogd.pid ] && /bin/kill -HUP $(cat /run/ulogd.pid)
endscript
}