Cross Reference: httpd.logrotate
xref
: /
dovecot
/
src
/
master
/
service-process.c
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
httpd.logrotate revision 18f36c8bdc74f9fd18739b9a154852c541b18900
/var/log/httpd
/*log {
missingok
notifempty
sharedscripts
postrotate
/bin/kill
-HUP `cat
/var/run/httpd.pid
2>
/dev/null
` 2>
/dev/null
|| true
endscript
}