mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 07:16:46 +02:00
10 lines
208 B
Text
10 lines
208 B
Text
/var/log/apache2/*log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
delaycompress
|
|
postrotate
|
|
/etc/init.d/apache2 --quiet --ifstarted reload > /dev/null 2>/dev/null || true
|
|
endscript
|
|
}
|
|
|