www-apps/tt-rss/files/ttrssd.logrotated
changeset 88 5ffae0914566
parent 87 e54c398cbaa5
child 89 6a7db0edbef9
equal deleted inserted replaced
87:e54c398cbaa5 88:5ffae0914566
     1 /var/log/ttrssd.log {
       
     2 	daily
       
     3 	missingok
       
     4 	notifempty
       
     5 	postrotate
       
     6 		/etc/init.d/ttrssd restart > /dev/null
       
     7 	endscript
       
     8 }