|
@@ -368,12 +368,10 @@ function install_tahoelafs {
|
368
|
368
|
echo $'Introducer file not found'
|
369
|
369
|
exit 9654845
|
370
|
370
|
fi
|
|
371
|
+ create_tahoelafs_daemon introducer
|
371
|
372
|
|
372
|
373
|
# start the storage node
|
373
|
374
|
su -c '/home/tahoelafs/tahoelafs/venv/bin/python2 /home/tahoelafs/tahoelafs/venv/bin/tahoe start /home/tahoelafs/storage' - tahoelafs
|
374
|
|
-
|
375
|
|
- # create daemons
|
376
|
|
- create_tahoelafs_daemon introducer
|
377
|
375
|
create_tahoelafs_daemon storage
|
378
|
376
|
|
379
|
377
|
set_completion_param "tahoelafs commit" "$TAHOELAFS_COMMIT"
|