www-apps/tt-rss/files/ttrssd.logrotated
changeset 75 70eb8924b719
equal deleted inserted replaced
61:47675f6649b5 75:70eb8924b719
       
     1 /var/log/ttrssd.log {
       
     2 	daily
       
     3 	missingok
       
     4 	notifempty
       
     5 	postrotate
       
     6 		/etc/init.d/ttrssd restart > /dev/null
       
     7 	endscript
       
     8 }