summaryrefslogtreecommitdiffstats
path: root/acf
diff options
context:
space:
mode:
Diffstat (limited to 'acf')
-rw-r--r--acf10
1 files changed, 10 insertions, 0 deletions
diff --git a/acf b/acf
new file mode 100644
index 0000000..382f8de
--- /dev/null
+++ b/acf
@@ -0,0 +1,10 @@
+# ACF logrotate script
+
+/var/log/acf.log {
+ daily
+ missingok
+ copytruncate
+ rotate 7
+ compress
+ notifempty
+}