ttrssd.confd-r1 534 B

123456789101112131415
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # Path to TT-RSS instances which should have running update daemon.
  4. # EXAMPLE: INSTANCE_DIRS="/some/webhost/htdocs/tt-rss /some/otherwebhost/htdocs/newsreader"
  5. INSTANCE_DIRS=""
  6. # Path to log file. Remember to alter logrotate file if you change it here.
  7. LOGFILE="/var/log/ttrssd.log"
  8. # User and group which run the update daemon.
  9. # NOTE: you should really avoid running it as root.
  10. TTRSSD_USER="ttrssd"
  11. TTRSSD_GROUP="ttrssd"