Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set seed node max connections in service file
Browse files Browse the repository at this point in the history
woodser committed Jul 9, 2024
1 parent a6188e3 commit 1fc8cff
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions seednode/haveno-seednode.service
Original file line number Diff line number Diff line change
@@ -9,12 +9,13 @@ SyslogIdentifier=Haveno-Seednode

# $PATH is a placeholder
ExecStart=/bin/sh $PATH/haveno-seednode --baseCurrencyNetwork=XMR_STAGENET\
--useLocalhostForP2P=false\
--useDevPrivilegeKeys=false\
--nodePort=2002\
--appName=haveno-XMR_STAGENET_Seed_2002
--useLocalhostForP2P=false \
--useDevPrivilegeKeys=false \
--nodePort=2002 \
--appName=haveno-XMR_STAGENET_Seed_2002 \
--maxConnections=20 \

ExecStop=/bin/kill ${MAINPID}
ExecStop=/bin/kill ${MAINPID} ; sleep 5
Restart=always

# Hardening

0 comments on commit 1fc8cff

Please sign in to comment.