summaryrefslogtreecommitdiffstats
path: root/acf
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-10-17 13:03:47 +0000
committerTed Trask <ttrask01@yahoo.com>2011-10-17 13:29:46 +0000
commit262ed0ee86af10c83e4878f67c167de9f29188a0 (patch)
tree207b5a031afc72c707aae64afb46358b49107f94 /acf
parent133d79d79dd73f573256905b90895163a9948688 (diff)
downloadacf-core-262ed0ee86af10c83e4878f67c167de9f29188a0.tar.bz2
acf-core-262ed0ee86af10c83e4878f67c167de9f29188a0.tar.xz
Added logrotate script for acf.log
(cherry picked from commit aa581098ea396d65680e4ccee0db6e323c3c0ba2)
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
+}