summaryrefslogtreecommitdiff
path: root/pcr/openrc-core/openrc.logrotate
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-03-23 11:58:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-03-23 11:58:01 -0300
commit1988c77fae4e3c3e762d1d361249e21622f548cf (patch)
tree5c0b658d83f23533b7c43758468b5282cd1ead68 /pcr/openrc-core/openrc.logrotate
parent5333f9d3db9e5e7a174d4028107246338c1094eb (diff)
parent63dda12e2f3cdba9df1605f8ca845bf3ffcf416f (diff)
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
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
+}