diff options
author | David Phillips <david@sighup.nz> | 2017-09-17 17:45:40 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-09-17 17:45:40 +1200 |
commit | 7d6cdf39b4a02b6ef36d5d3bc7263b5b5112eabe (patch) | |
tree | c33e2f71f142caa2e74879fcfe731c8a5661be9a /openrc/openrc.logrotate | |
parent | 3c7ccf8270815b18bd3cd1019ea66aed6babed3d (diff) | |
download | archlinux-openrc-7d6cdf39b4a02b6ef36d5d3bc7263b5b5112eabe.tar.xz |
Add openrc-0.31.1
Diffstat (limited to 'openrc/openrc.logrotate')
-rw-r--r-- | openrc/openrc.logrotate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openrc/openrc.logrotate b/openrc/openrc.logrotate new file mode 100644 index 0000000..a168f23 --- /dev/null +++ b/openrc/openrc.logrotate @@ -0,0 +1,7 @@ +/var/log/rc.log { + compress + rotate 4 + weekly + missingok + notifempty +} |