diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-07-01 09:33:05 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-07-01 09:33:05 +0300 |
commit | 28b4e9e63cafbc1918cdc4dba0a3789ffe9d3aa8 (patch) | |
tree | 784eb0afa6616af54c9d41a081b4f0f0aed568ea /net-proxy/squid/files/squid.logrotate | |
parent | c9f43eedaace0d0b5b9ac03b453065ef54f71107 (diff) |
added squid scm build
Diffstat (limited to 'net-proxy/squid/files/squid.logrotate')
-rw-r--r-- | net-proxy/squid/files/squid.logrotate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-proxy/squid/files/squid.logrotate b/net-proxy/squid/files/squid.logrotate new file mode 100644 index 0000000..5bf2896 --- /dev/null +++ b/net-proxy/squid/files/squid.logrotate @@ -0,0 +1,8 @@ +/var/log/squid/*.log { + copytruncate + compress + notifempty + missingok + sharedscripts +} + |