mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
increase timeoutsec to avoid re-entering the password (#2794)
This commit is contained in:
parent
4ef931f6c4
commit
9f8fbc2f39
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ User=bitcoin
|
||||||
Group=bitcoin
|
Group=bitcoin
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
TimeoutSec=120
|
TimeoutSec=240
|
||||||
RestartSec=30
|
RestartSec=30
|
||||||
StandardOutput=null
|
StandardOutput=null
|
||||||
StandardError=journal
|
StandardError=journal
|
||||||
|
@ -85,4 +85,4 @@ source <(/home/admin/_cache.sh get state)
|
||||||
if [ "${state}" == "ready" ]; then
|
if [ "${state}" == "ready" ]; then
|
||||||
sudo systemctl start ${netprefix}lightningd
|
sudo systemctl start ${netprefix}lightningd
|
||||||
echo "# Started the ${netprefix}lightningd.service"
|
echo "# Started the ${netprefix}lightningd.service"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue