diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2015-05-29 21:42:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-31 10:36:20 +0700 |
commit | bde21f861ff90f3f04323d140d244902cb9b520b (patch) | |
tree | 11a5948a47a3d8a2862e42c28908a8e7213565d7 /system/openrc/openrc.logrotate | |
parent | e2703d9ce1ebcf3aabac1a7f3236371b50a0b3cf (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.logrotate | 7 |
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 +} |