Ticket #961: tahoelafsd.4

File tahoelafsd.4, 591 bytes (added by ioerror, at 2010-03-04T08:29:18Z)

tahoe defaults file

Line 
1# Defaults for tahoelafsd initscript
2# sourced by /etc/init.d/tahoelafsd
3# installed at /etc/default/tahoelafsd by the maintainer scripts
4
5# Uncomment these to change the default settings in the init.d script
6# USERNAME="tahoelafsd"
7# DAEMONHOME="/var/lib/tahoelafsd/"
8# DAEMON_ARGS=" start $DAEMONHOME"
9
10# By default, Tahoe is unconfigured
11# (this is very unfriendly to non-power users)
12# To configure Tahoe, consider running:
13# tahoe create-client $DAEMONHOME
14
15# Once you've run the above command, set the following line to "TRUE"
16# to have the init.d script start Tahoe
17ENABLED="FALSE"
18
19