changeset 50:9c0ed2404c59

Fix Trac log rotation with correct username
author IBBoard <dev@ibboard.co.uk>
date Sat, 08 Aug 2015 08:48:06 +0000
parents 0c548d481c0a
children 62ae90b291b3
files common/logrotate-trac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common/logrotate-trac	Sat Aug 01 19:53:18 2015 +0000
+++ b/common/logrotate-trac	Sat Aug 08 08:48:06 2015 +0000
@@ -2,6 +2,6 @@
 	weekly
 	rotate 7
 	missingok
-	create 640 www-data www-data
+	create 640 apache apache
 	compress
 }