summarylogtreecommitdiffstats
path: root/tomoyo.logrotate
diff options
context:
space:
mode:
authorJorge Barroso2015-06-15 21:28:12 +0200
committerJorge Barroso2015-06-15 21:28:12 +0200
commit7be38634f71744c2726dceae2f48da4177f09819 (patch)
tree10003745235e8cad420b0242bb5db5cb8875466a /tomoyo.logrotate
downloadaur-7be38634f71744c2726dceae2f48da4177f09819.tar.gz
Initial import
Diffstat (limited to 'tomoyo.logrotate')
-rw-r--r--tomoyo.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/tomoyo.logrotate b/tomoyo.logrotate
new file mode 100644
index 000000000000..eb6345b216e5
--- /dev/null
+++ b/tomoyo.logrotate
@@ -0,0 +1,7 @@
+/var/log/tomoyo/*.log {
+ weekly
+ rotate 4
+ missingok
+ notifempty
+ nocreate
+}