summaryrefslogtreecommitdiff
path: root/nonsystemd/openrc/openrc.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/openrc/openrc.logrotate')
-rw-r--r--nonsystemd/openrc/openrc.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/nonsystemd/openrc/openrc.logrotate b/nonsystemd/openrc/openrc.logrotate
new file mode 100644
index 000000000..a168f2361
--- /dev/null
+++ b/nonsystemd/openrc/openrc.logrotate
@@ -0,0 +1,7 @@
+/var/log/rc.log {
+ compress
+ rotate 4
+ weekly
+ missingok
+ notifempty
+}