summarylogtreecommitdiffstats
path: root/logrotate
diff options
context:
space:
mode:
authorConnor Prussin2017-10-24 16:11:52 -0700
committerConnor Prussin2017-10-24 16:20:57 -0700
commit8516aa5b30c4cbdb6487a578019b5d5d63c6e328 (patch)
treecc8922f4c5bb89fff1a75eb3a737d194ae648517 /logrotate
downloadaur-8516aa5b30c4cbdb6487a578019b5d5d63c6e328.tar.gz
Initial commit
Diffstat (limited to 'logrotate')
-rw-r--r--logrotate6
1 files changed, 6 insertions, 0 deletions
diff --git a/logrotate b/logrotate
new file mode 100644
index 000000000000..7691a0564a39
--- /dev/null
+++ b/logrotate
@@ -0,0 +1,6 @@
+/var/log/avpnc/*log {
+ missingok
+ notifempty
+ compress
+ endscript
+}