diff options
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 0000000000..a168f2361b --- /dev/null +++ b/system/openrc/openrc.logrotate @@ -0,0 +1,7 @@ +/var/log/rc.log { + compress + rotate 4 + weekly + missingok + notifempty +} |