mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge c46f1ce751 into merged_master (Bitcoin PR #21418)
This commit is contained in:
commit
6e6aceba67
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ After=network-online.target
|
|||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/elementsd -daemon \
|
||||
ExecStart=/usr/bin/elementsd -daemonwait \
|
||||
-pid=/run/elementsd/elementsd.pid \
|
||||
-conf=/etc/elements/elements.conf \
|
||||
-datadir=/var/lib/elementsd
|
||||
|
|
@ -37,6 +37,7 @@ ExecStartPre=/bin/chgrp bitcoin /etc/bitcoin
|
|||
Type=forking
|
||||
PIDFile=/run/elementsd/elementsd.pid
|
||||
Restart=on-failure
|
||||
TimeoutStartSec=infinity
|
||||
TimeoutStopSec=600
|
||||
|
||||
# Directory creation and permissions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue