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
|
||||||
|
|
Loading…
Add table
Reference in a new issue