]> git.pld-linux.org Git - packages/h2o.git/blob - h2o.logrotate
h2o/start_server requires perl-Encode module
[packages/h2o.git] / h2o.logrotate
1 /var/log/h2o/error.log {
2     missingok
3     notifempty
4     delaycompress
5     copytruncate
6 }
7
8 /var/log/h2o/access.log {
9     missingok
10     notifempty
11     sharedscripts
12     delaycompress
13     postrotate
14         /bin/systemctl reload h2o.service > /dev/null 2>/dev/null || true
15     endscript
16 }
This page took 0.021708 seconds and 3 git commands to generate.