mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
fix missing http in seed node service file
This commit is contained in:
parent
629e1508f2
commit
d8161cd6e2
@ -13,7 +13,7 @@ ExecStart=/bin/sh $PATH/haveno-seednode --baseCurrencyNetwork=XMR_STAGENET\
|
|||||||
--useDevPrivilegeKeys=false\
|
--useDevPrivilegeKeys=false\
|
||||||
--nodePort=2002\
|
--nodePort=2002\
|
||||||
--appName=haveno-XMR_STAGENET_Seed_2002
|
--appName=haveno-XMR_STAGENET_Seed_2002
|
||||||
--xmrNode=[::1]:38088
|
--xmrNode=http://[::1]:38088
|
||||||
|
|
||||||
ExecStop=/bin/kill ${MAINPID} ; sleep 5
|
ExecStop=/bin/kill ${MAINPID} ; sleep 5
|
||||||
Restart=always
|
Restart=always
|
||||||
|
Loading…
Reference in New Issue
Block a user