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
2017-08-11 11:22:58 +02:00

12 lines
171 B
Text

/var/log/turtl/turtl.log
{
rotate 7
daily
missingok
notifempty
delaycompress
compress
postrotate
service turtl restart
endscript
}