11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
/var/log/ulogd.log /var/log/ulogd.syslogemu {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
create 0640 ulogd
|
|
|
|
postrotate
|
|
[ -f /run/ulogd.pid ] && /bin/kill -HUP $(cat /run/ulogd.pid)
|
|
endscript
|
|
}
|