aboutsummaryrefslogtreecommitdiff
path: root/system/openrc/openrc.logrotate
diff options
context:
space:
mode:
authorAaditya Bagga <aaditya_gnulinux@zoho.com>2015-05-29 21:42:54 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-31 10:36:20 +0700
commitbde21f861ff90f3f04323d140d244902cb9b520b (patch)
tree11a5948a47a3d8a2862e42c28908a8e7213565d7 /system/openrc/openrc.logrotate
parente2703d9ce1ebcf3aabac1a7f3236371b50a0b3cf (diff)
system/openrc: Added (dependency-based init system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/openrc/openrc.logrotate')
-rw-r--r--system/openrc/openrc.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/openrc/openrc.logrotate b/system/openrc/openrc.logrotate
new file mode 100644
index 0000000000000..a168f2361b382
--- /dev/null
+++ b/system/openrc/openrc.logrotate
@@ -0,0 +1,7 @@
+/var/log/rc.log {
+ compress
+ rotate 4
+ weekly
+ missingok
+ notifempty
+}