net-p2p/p2pool: use host option in init script

Signed-off-by: tea <tea+gentoo@cuddleslut.fr>
This commit is contained in:
tea
2025-12-27 09:53:26 +01:00
parent c89af59ebb
commit 3fabc3c451

View File

@@ -22,6 +22,7 @@ P2POOL_LOGLEVEL="${P2POOL_LOGLEVEL:=1}"
command_args="--wallet ${P2POOL_WALLET} \
--loglevel ${P2POOL_LOGLEVEL} \
--data-dir ${P2POOL_DATADIR} \
--host ${P2POOL_HOST} \
${P2POOL_OPTS} \
"