mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
12 lines
213 B
Django/Jinja
12 lines
213 B
Django/Jinja
/var/log/httpd/*log {
|
|
daily
|
|
rotate 60
|
|
missingok
|
|
notifempty
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
/bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
|
|
endscript
|
|
}
|