committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2022-11-16 16:04:55 +02:00
parent 78c5f6b37f
commit 90c134cd7f
62 changed files with 14092 additions and 4 deletions

7
logrotate.d/privoxy Normal file
View File

@@ -0,0 +1,7 @@
/var/log/privoxy/logfile {
copytruncate
notifempty
missingok
weekly
rotate 4
}

13
logrotate.d/tor Normal file
View File

@@ -0,0 +1,13 @@
/var/log/tor/*.log {
daily
rotate 5
compress
delaycompress
missingok
notifempty
create 0640 toranon toranon
sharedscripts
postrotate
/bin/systemctl reload tor-master.service >/dev/null 2>/dev/null || :
endscript
}