commit: c983541ac3973977e154cace4e7433d6fa53d160
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jan 8 16:38:03 2023 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Jan 8 16:39:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c983541a
net-p2p/monero: fix grace period when stopping OpenRC service
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
net-p2p/monero/files/monerod.initd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/monero/files/monerod.initd
b/net-p2p/monero/files/monerod.initd
index 8fa41d6d0..48a46d5c8 100644
--- a/net-p2p/monero/files/monerod.initd
+++ b/net-p2p/monero/files/monerod.initd
@@ -6,7 +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"
+retry="SIGTERM/30/SIGKILL/5"
name="Monero P2P Daemon"
description="Connects to the Monero P2P network"