Files
veye-lalwa_ynh/conf/logrotate
T

11 lines
166 B
Plaintext
Raw Normal View History

/var/log/__APP__/*.log {
weekly
rotate 12
compress
delaycompress
missingok
notifempty
create 640 __APP__ __APP__
su __APP__ __APP__
}