ACCC1380 commited on
Commit
df878b4
1 Parent(s): 50f17c8

Upload etc/logrotate.d/alternatives with huggingface_hub

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