systemd help

This commit is contained in:
openoms
2019-04-19 11:58:32 +01:00
parent cb5b2168e7
commit 1f36804d2a

View File

@@ -30,6 +30,12 @@ Take a look: [2_electrs_systemd_service.sh](2_electrs_systemd_service.sh)
To download and run:
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/electrs/2_electrs_systemd_service.sh && bash 2_electrs_systemd_service.sh`
If running the always-on electrs service is too much for your RPi stop it with:
`sudo systemctl stop electrs`
To stop running on boot:
`sudo systemctl disable electrs`
(To re-enable and start use the `enable` and `start`commands)
## RaspiBlitz: install Nginx and Certbot to connect over SSL
For the SSL certificate to be obtained successfully a **dynamic DNS** and **port forwarding is necessary**.