Start daemon after introducer creation
This commit is contained in:
parent
d3cd1dc08f
commit
4187b12e9e
|
@ -368,12 +368,10 @@ function install_tahoelafs {
|
|||
echo $'Introducer file not found'
|
||||
exit 9654845
|
||||
fi
|
||||
create_tahoelafs_daemon introducer
|
||||
|
||||
# start the storage node
|
||||
su -c '/home/tahoelafs/tahoelafs/venv/bin/python2 /home/tahoelafs/tahoelafs/venv/bin/tahoe start /home/tahoelafs/storage' - tahoelafs
|
||||
|
||||
# create daemons
|
||||
create_tahoelafs_daemon introducer
|
||||
create_tahoelafs_daemon storage
|
||||
|
||||
set_completion_param "tahoelafs commit" "$TAHOELAFS_COMMIT"
|
||||
|
|
Loading…
Reference in New Issue