mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
increase timeoutsec to avoid re-entering the password (#2794)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user