mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 13:07:13 +08:00
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
/var/log/httpd/*log {
|
|
missingok
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
|
|
endscript
|
|
}
|