From 262ed0ee86af10c83e4878f67c167de9f29188a0 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 17 Oct 2011 13:03:47 +0000 Subject: Added logrotate script for acf.log (cherry picked from commit aa581098ea396d65680e4ccee0db6e323c3c0ba2) --- acf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 acf (limited to 'acf') 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 +} -- cgit v1.2.3