diff options
Diffstat (limited to 'system/openrc/openrc.logrotate')
-rw-r--r-- | system/openrc/openrc.logrotate | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/openrc/openrc.logrotate b/system/openrc/openrc.logrotate new file mode 100644 index 000000000..5e5e64b9b --- /dev/null +++ b/system/openrc/openrc.logrotate @@ -0,0 +1,4 @@ +/var/log/rc.log { + missingok + notifempty +} |