mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-22 11:39:29 +00:00
sleep after restarting seednode service
This commit is contained in:
parent
4a6fcfae84
commit
a149d92392
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ ExecStart=/bin/sh $PATH/haveno-seednode --baseCurrencyNetwork=XMR_STAGENET\
|
||||||
--appName=haveno-XMR_STAGENET_Seed_2002
|
--appName=haveno-XMR_STAGENET_Seed_2002
|
||||||
--xmrNode=[::1]:38088
|
--xmrNode=[::1]:38088
|
||||||
|
|
||||||
ExecStop=/bin/kill ${MAINPID}
|
ExecStop=/bin/kill ${MAINPID} ; sleep 5
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
# Hardening
|
# Hardening
|
||||||
|
|
Loading…
Reference in a new issue