public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/files/
@ 2022-09-09 21:57 Adam Pimentel
  0 siblings, 0 replies; 2+ messages in thread
From: Adam Pimentel @ 2022-09-09 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     30e7f5c2110f1b01ed59b8d8bb53042fdc429ec1
Author:     Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
AuthorDate: Fri Sep  9 21:09:43 2022 +0000
Commit:     Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
CommitDate: Fri Sep  9 21:09:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30e7f5c2

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

Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>

 net-p2p/monero/files/monerod.initd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-p2p/monero/files/monerod.initd b/net-p2p/monero/files/monerod.initd
index c94e6ff46..8fa41d6d0 100644
--- a/net-p2p/monero/files/monerod.initd
+++ b/net-p2p/monero/files/monerod.initd
@@ -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"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/files/
@ 2023-01-08 21:31 Lucio Sauer
  0 siblings, 0 replies; 2+ messages in thread
From: Lucio Sauer @ 2023-01-08 21:31 UTC (permalink / raw
  To: gentoo-commits

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"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-08 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-09 21:57 [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/files/ Adam Pimentel
  -- strict thread matches above, loose matches on Subject: below --
2023-01-08 21:31 Lucio Sauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox