mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 04:14:39 +08:00
89f5fdf6ea
- added some makedeps - fixed some pkgs - broken pkgs: 7
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
|
|
}
|