Gentoo Archives: gentoo-commits

From: Adam Pimentel <adam.pimentel@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/files/
Date: Fri, 09 Sep 2022 21:57:47
Message-Id: 1662757783.30e7f5c2110f1b01ed59b8d8bb53042fdc429ec1.adam.pimentel@gentoo
1 commit: 30e7f5c2110f1b01ed59b8d8bb53042fdc429ec1
2 Author: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
3 AuthorDate: Fri Sep 9 21:09:43 2022 +0000
4 Commit: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
5 CommitDate: Fri Sep 9 21:09:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30e7f5c2
7
8 net-p2p/monero: increase monerod delay on "rc-service monerod stop"
9
10 Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>
11
12 net-p2p/monero/files/monerod.initd | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/net-p2p/monero/files/monerod.initd b/net-p2p/monero/files/monerod.initd
16 index c94e6ff46..8fa41d6d0 100644
17 --- a/net-p2p/monero/files/monerod.initd
18 +++ b/net-p2p/monero/files/monerod.initd
19 @@ -6,6 +6,7 @@ pidfile=/var/run/monerod.pid
20 command=/usr/bin/monerod
21 command_args="${monerod_args}"
22 start_stop_daemon_args="-u ${monerod_user} -b -m -p ${pidfile}"
23 +retry="SIGTERM/30"
24
25 name="Monero P2P Daemon"
26 description="Connects to the Monero P2P network"