Add sssd configuration.
This commit is contained in:
parent
9498a9d0f5
commit
c140a4e0b2
5 changed files with 212 additions and 187 deletions
8
etc/logrotate.d/sssd-common
Normal file
8
etc/logrotate.d/sssd-common
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/var/log/sssd/*.log {
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
postrotate
|
||||
kill -HUP `cat /var/run/sssd.pid` > /dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue