diff options
Diffstat (limited to 'network/squid/squid.logrotate')
-rw-r--r-- | network/squid/squid.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/squid/squid.logrotate b/network/squid/squid.logrotate index eeca36223f..9c2b9c2816 100644 --- a/network/squid/squid.logrotate +++ b/network/squid/squid.logrotate @@ -7,7 +7,7 @@ # reopen squid.log, effectively using the new logfile. The old logfile # (squid.log.1) will be compressed by logrotate's next invocation. /var/log/squid/*.log { - su @USER@ @GROUP@ + su @SQUIDUSER@ @SQUIDGROUP@ weekly rotate 5 compress |