summarylogtreecommitdiffstats
path: root/oragono-rotate
diff options
context:
space:
mode:
Diffstat (limited to 'oragono-rotate')
-rw-r--r--oragono-rotate11
1 files changed, 0 insertions, 11 deletions
diff --git a/oragono-rotate b/oragono-rotate
deleted file mode 100644
index 95ccfbaf8f7a..000000000000
--- a/oragono-rotate
+++ /dev/null
@@ -1,11 +0,0 @@
-/var/log/oragono.log {
- copytruncate
- monthly
- compress
- missingok
- notifempty
- rotate 12
- postrotate
- pkill --signal 1 oragono
- endscript
-}