summarylogtreecommitdiffstats
path: root/slim.logrotate
diff options
context:
space:
mode:
authorBenjamin Robin2015-06-11 21:24:34 +0200
committerBenjamin Robin2015-06-11 21:24:34 +0200
commitc00ae03a197b4cb490a7d6fb3de59a959b4a9441 (patch)
treefd7f80dee3b17bcbe3d7170e8d52a13ff1ac70ba /slim.logrotate
downloadaur-c00ae03a197b4cb490a7d6fb3de59a959b4a9441.tar.gz
Copied from AUR 3
Diffstat (limited to 'slim.logrotate')
-rw-r--r--slim.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/slim.logrotate b/slim.logrotate
new file mode 100644
index 000000000000..26ec3b0f4220
--- /dev/null
+++ b/slim.logrotate
@@ -0,0 +1,9 @@
+/var/log/slim.log {
+ compress
+ rotate 1
+ size 1024k
+ notifempty
+ missingok
+ copytruncate
+ noolddir
+}