UpdatingFeeds: tt-rss.default

File tt-rss.default, 384 bytes (added by landure, 9 months ago)

Tiny Tiny RSS init.d script configuration file

Line 
1 ## Defaults for Tiny Tiny RSS update daemon init.d script
2
3 # Set DISABLED to 1 to prevent the daemon from starting.
4 DISABLED=0
5
6 # Emplacement of your Tiny Tiny RSS installation.
7 TTRSS_PATH="/var/www/tt-rss"
8
9 # Set FORKING to 1 to use the forking daemon (update_daemon2.php) in stead of
10 # the standard one.
11 # This option is only available for Tiny Tiny RSS 1.2.20 and over.
12 FORKING=0
13