1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/turtl_ynh.git synced 2024-09-03 20:26:35 +02:00
turtl_ynh/conf/logrotate.conf

13 lines
171 B
Text
Raw Normal View History

2017-07-28 12:35:26 +02:00
/var/log/turtl/turtl.log
{
rotate 7
daily
missingok
notifempty
delaycompress
compress
postrotate
service turtl restart
endscript
}