Merge pull request #10 from 21isenough/raspiblitz-dev

Change the type of the bootstrap.service
Add PublicIP to the lnd.service
This commit is contained in:
bluecell296
2019-02-01 19:07:06 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -8,10 +8,10 @@ After=network.target
[Service]
User=root
Group=root
Type=oneshot
Type=simple
RemainAfterExit=true
ExecStart=/home/admin/_bootstrap.sh
StandardOutput=journal
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

View File

@@ -10,7 +10,7 @@ After=bitcoind.service
[Service]
EnvironmentFile=
ExecStart=/usr/local/bin/lnd
ExecStart=/usr/local/bin/lnd --externalip=${publicIP}
PIDFile=/home/bitcoin/.lnd/lnd.pid
User=bitcoin
Group=bitcoin
@@ -22,4 +22,4 @@ Restart=always
RestartSec=60
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target