mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 12:54:37 +08:00
6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
|
/var/log/httpd/*log {
|
||
|
postrotate
|
||
|
/bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
|
||
|
endscript
|
||
|
}
|