aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/openrc.logrotate
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-07-27 22:46:24 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2015-07-28 08:01:42 +0000
commit3f4a8ae58665488a5e3b319c3a8ac152e58ab748 (patch)
treefa300ed6256265ed06bb8765d85803679b518fe5 /main/openrc/openrc.logrotate
parent783fae5645874176e971fd32646f5f14dbb859bd (diff)
downloadaports-3f4a8ae58665488a5e3b319c3a8ac152e58ab748.tar.bz2
aports-3f4a8ae58665488a5e3b319c3a8ac152e58ab748.tar.xz
main/openrc: install logrotate file for /var/log/rc.log
Diffstat (limited to 'main/openrc/openrc.logrotate')
-rw-r--r--main/openrc/openrc.logrotate4
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
+}