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