summaryrefslogtreecommitdiff
path: root/pcr/openrc-core/openrc.logrotate
diff options
context:
space:
mode:
authorfreaj <freaj@riseup.net>2015-03-23 11:34:25 +0100
committerfreaj <freaj@riseup.net>2015-03-23 11:34:25 +0100
commitf8e4235893b9122cffa0400654a2a9b1d1146a11 (patch)
tree8315e075d548f01a229471f6dcaa1ff55f96c024 /pcr/openrc-core/openrc.logrotate
parent0161d0dd7de853da1f86bb3b6f27adf25977c785 (diff)
openrc-core: add new package to [pcr]
Diffstat (limited to 'pcr/openrc-core/openrc.logrotate')
-rw-r--r--pcr/openrc-core/openrc.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/pcr/openrc-core/openrc.logrotate b/pcr/openrc-core/openrc.logrotate
new file mode 100644
index 000000000..a168f2361
--- /dev/null
+++ b/pcr/openrc-core/openrc.logrotate
@@ -0,0 +1,7 @@
+/var/log/rc.log {
+ compress
+ rotate 4
+ weekly
+ missingok
+ notifempty
+}