net-p2p/monero: increase monerod delay on "rc-service monerod stop"

Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
This commit is contained in:
Adam Pimentel
2022-09-09 17:09:43 -04:00
parent 9853ab34ba
commit 30e7f5c211

View File

@@ -6,6 +6,7 @@ pidfile=/var/run/monerod.pid
command=/usr/bin/monerod
command_args="${monerod_args}"
start_stop_daemon_args="-u ${monerod_user} -b -m -p ${pidfile}"
retry="SIGTERM/30"
name="Monero P2P Daemon"
description="Connects to the Monero P2P network"