ACCC1380 commited on
Commit
1128b4e
1 Parent(s): c3aaa1b

Upload etc/logrotate.d/dpkg with huggingface_hub

Browse files
Files changed (1) hide show
  1. etc/logrotate.d/dpkg +9 -0
etc/logrotate.d/dpkg ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ /var/log/dpkg.log {
2
+ monthly
3
+ rotate 12
4
+ compress
5
+ delaycompress
6
+ missingok
7
+ notifempty
8
+ create 644 root root
9
+ }