committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
7
logrotate.d/privoxy
Normal file
7
logrotate.d/privoxy
Normal file
@@ -0,0 +1,7 @@
|
||||
/var/log/privoxy/logfile {
|
||||
copytruncate
|
||||
notifempty
|
||||
missingok
|
||||
weekly
|
||||
rotate 4
|
||||
}
|
||||
13
logrotate.d/tor
Normal file
13
logrotate.d/tor
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user