summaryrefslogtreecommitdiff
blob: 3516e9c920ce474380ff878835efcefc9c08b5d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

# Path to TT-RSS instances which should have running update daemon.
# EXAMPLE: INSTANCE_DIRS="/some/webhost/htdocs/tt-rss /some/otherwebhost/htdocs/newsreader"
INSTANCE_DIRS=""

# Path to log file. Remember to alter logrotate file if you change it here.
LOGFILE="/var/log/ttrssd.log"

# User and group which run the update daemon.
# NOTE: you should really avoid running it as root.
TTRSSD_USER="ttrssd"
TTRSSD_GROUP="ttrssd"