www-apps/tt-rss/files/ttrssd.logrotated
author Da Risk <da_risk@geekorum.com>
Wed, 03 Jul 2013 22:42:53 +0200
changeset 86 fd4c6083e69e
parent 75 70eb8924b719
permissions -rw-r--r--
Deprecated old eapis

/var/log/ttrssd.log {
	daily
	missingok
	notifempty
	postrotate
		/etc/init.d/ttrssd restart > /dev/null
	endscript
}