chore(legacy): move logrotate config in legacy/install (#1780)

This commit is contained in:
Jonas L 2022-04-21 07:11:16 +02:00 committed by GitHub
parent d5ea71246f
commit 5cb4b5e9e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -1,11 +0,0 @@
/var/log/libretime/legacy.log {
compress
rotate 10
size 1000k
missingok
notifempty
sharedscripts
postrotate
chown www-data:www-data /var/log/airtime/
endscript
}