summarylogtreecommitdiffstats
path: root/bn.logrotate
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-03-09 15:44:48 -0800
committerAndy Weidenbaum2017-03-09 15:44:48 -0800
commit12a49fa2f0429c1bd310beb98f12d9ba1cac3352 (patch)
treed594ac6f985f07020255a80c7b161ec2db74c53c /bn.logrotate
parente54dce98fcea9a0ff7c2980c16804e70d11bcc38 (diff)
downloadaur-12a49fa2f0429c1bd310beb98f12d9ba1cac3352.tar.gz
increment pkgrel to 3; obelisk
Diffstat (limited to 'bn.logrotate')
-rw-r--r--bn.logrotate10
1 files changed, 10 insertions, 0 deletions
diff --git a/bn.logrotate b/bn.logrotate
new file mode 100644
index 000000000000..a86725684a79
--- /dev/null
+++ b/bn.logrotate
@@ -0,0 +1,10 @@
+/var/log/obelisk/bn/*.log {
+ size 5M
+ missingok
+ rotate 7
+ compress
+ delaycompress
+ notifempty
+ create 644 obelisk obelisk
+ sharedscripts
+}