committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2021-10-21 15:23:00 +03:00
parent aa5ca1b104
commit 207b8160a9
23 changed files with 872 additions and 0 deletions

16
logrotate.d/squid Normal file
View File

@@ -0,0 +1,16 @@
/var/log/squid/*.log {
weekly
rotate 5
compress
notifempty
missingok
nocreate
sharedscripts
postrotate
# Asks squid to reopen its logs. (logfile_rotate 0 is set in squid.conf)
# errors redirected to make it silent if squid is not running
/usr/sbin/squid -k rotate 2>/dev/null
# Wait a little to allow Squid to catch up before the logs is compressed
sleep 1
endscript
}