www-apps/tt-rss/files/ttrssd.logrotated
changeset 75 70eb8924b719
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/www-apps/tt-rss/files/ttrssd.logrotated	Wed Apr 03 11:26:19 2013 +0200
@@ -0,0 +1,8 @@
+/var/log/ttrssd.log {
+	daily
+	missingok
+	notifempty
+	postrotate
+		/etc/init.d/ttrssd restart > /dev/null
+	endscript
+}