Create scx.logrotate

This commit is contained in:
Kawanaao 2024-08-20 18:02:15 +03:00 committed by GitHub
parent 3485adb47f
commit f35717e970
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,6 @@
/var/log/scx/*.log {
missingok
minsize 4M
notifempty
copytruncate
}