This commit is contained in:
rootzoll 2021-05-25 13:30:50 -05:00
parent f65eb7d035
commit 9211380701
3 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,7 @@
# RaspiBlitz: systemd unit for bitcoind
# wants & after will be set after intial setup
# edit final Wants/After when provision is done
Wants=network.target
After=network.target
[Unit]
Description=Bitcoin-Daemon

View file

@ -1,5 +1,7 @@
# RaspiBlitz: systemd unit for bitcoind
# wants & after will be set after intial setup
# edit final Wants/After when provision is done
Wants=network.target
After=network.target
[Unit]
Description=Litecoin-Daemon

View file

@ -59,7 +59,7 @@ ${contentString}
------------------------------------
Use terminal command to login:
ssh admin@${localip}
" 9 41
" 10 41
elif [ "${eventID}" == "error" ] && [ "${mode}" == "ssh" ]; then
@ -70,7 +70,7 @@ ${contentString}
Please report to the Raspiblitz GitHub
Use CTRL+C to exit to terminal.
For shutdown use command: off
" 9 50
" 10 50
elif [ "${eventID}" == "provision" ] || [ "${eventID}" == "recovering" ]; then