Upload etc/logrotate.d/dpkg with huggingface_hub
Browse files- 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 |
+
}
|