mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +00:00
9 lines
199 B
Text
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
|
|
}
|