mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-16 21:20:50 +02:00
Fix first boot issues
Start node after UI has generated RPC password
This commit is contained in:
parent
6875ad0e30
commit
c6976e3458
@ -23,7 +23,6 @@ else
|
||||
fi
|
||||
|
||||
chown -R futurebit /media/nvme/Bitcoin/
|
||||
systemctl enable node
|
||||
ln -s /media/nvme/Bitcoin/ ~/.bitcoin/
|
||||
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=node
|
||||
After=multi-user.target
|
||||
After=multi-user.target
|
||||
After=apollo-ui.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
Loading…
Reference in New Issue
Block a user