summarylogtreecommitdiffstats
path: root/poldi.logrotate
diff options
context:
space:
mode:
authorshtrom2014-08-05 05:21:56 +0000
committerOlivier Mehani2015-07-01 13:20:41 +1000
commitdb9b9fbdbf9e99da48fccf7f4ec64e014bb282c3 (patch)
tree8d6aa9fd8919e1a8bfe6b88b1a26461ebf6b8722 /poldi.logrotate
parentcc4ba25614433ce28ff769a99c8ec6b38a566e6a (diff)
downloadaur-db9b9fbdbf9e99da48fccf7f4ec64e014bb282c3.tar.gz
[poldi] Add logrotate configuration.
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/archlinux-packages@375 df209809-8e4a-0410-9a64-c169741eb0fc
Diffstat (limited to 'poldi.logrotate')
-rw-r--r--poldi.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/poldi.logrotate b/poldi.logrotate
new file mode 100644
index 000000000000..9240a79a20c5
--- /dev/null
+++ b/poldi.logrotate
@@ -0,0 +1,9 @@
+/var/log/poldi.log {
+ weekly
+ rotate 4
+ missingok
+ notifempty
+ compress
+ copytruncate
+}
+