aboutsummaryrefslogtreecommitdiffstats
path: root/community/h2o/h2o.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community/h2o/h2o.logrotate')
-rw-r--r--community/h2o/h2o.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/h2o/h2o.logrotate b/community/h2o/h2o.logrotate
new file mode 100644
index 0000000000..5139fa4a03
--- /dev/null
+++ b/community/h2o/h2o.logrotate
@@ -0,0 +1,8 @@
+/var/log/h2o/*.log {
+ missingok
+ sharedscripts
+ delaycompress
+ postrotate
+ /etc/init.d/h2o reload > /dev/null
+ endscript
+}