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, uncomment the next line to have the init.d |
---|
16 | # script start Tahoe |
---|
17 | ENABLED="FALSE" |
---|
18 | |
---|