mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 13:20:56 +02:00
Update bonus.thunderhub.sh (#2916)
In the latest release there is a breaking change. To run on a different port you now have to specify an env var
This commit is contained in:
parent
9109d6a05c
commit
89a2bb1359
@ -124,6 +124,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||
# -----------
|
||||
LOG_LEVEL='debug'
|
||||
TOR_PROXY_SERVER='socks://127.0.0.1:9050'
|
||||
PORT=3010
|
||||
|
||||
# -----------
|
||||
# Interface Configs
|
||||
@ -221,7 +222,7 @@ After=lnd.service
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/home/thunderhub/thunderhub
|
||||
ExecStart=/usr/bin/npm run start -- -p 3010
|
||||
ExecStart=/usr/bin/npm run start
|
||||
User=thunderhub
|
||||
Restart=always
|
||||
TimeoutSec=120
|
||||
|
Loading…
x
Reference in New Issue
Block a user