mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
5 lines
99 B
Text
5 lines
99 B
Text
/var/log/httpd/*log {
|
|
postrotate
|
|
/etc/init.d/apache reload >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|