8 lines
153 B
Text
8 lines
153 B
Text
/var/log/sssd/*.log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
kill -HUP `cat /var/run/sssd.pid` > /dev/null 2>&1 || true
|
|
endscript
|
|
}
|