equal
deleted
inserted
replaced
|
1 # Copyright 1999-2013 Gentoo Foundation |
|
2 # # Distributed under the terms of the GNU General Public License v2 |
|
3 # # $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/files/ttrssd.confd-r1,v 1.1 2013/03/24 10:22:25 scarabeus Exp $ |
|
4 |
|
5 # Path to TT-RSS instances which should have running update daemon. |
|
6 # EXAMPLE: INSTANCE_DIRS="/some/webhost/htdocs/tt-rss /some/otherwebhost/htdocs/newsreader" |
|
7 INSTANCE_DIRS="" |
|
8 |
|
9 # Path to log file. Remember to alter logrotate file if you change it here. |
|
10 LOGFILE="/var/log/ttrssd.log" |
|
11 |
|
12 # User and group which run the update daemon. |
|
13 # NOTE: you should really avoid running it as root. |
|
14 TTRSSD_USER="ttrssd" |
|
15 TTRSSD_GROUP="ttrssd" |