From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9FA4F15800F for ; Tue, 10 Jan 2023 08:37:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2C37E07E6; Tue, 10 Jan 2023 08:37:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBCE1E07E6 for ; Tue, 10 Jan 2023 08:37:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3365D340DF6 for ; Tue, 10 Jan 2023 08:37:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3AB7824 for ; Tue, 10 Jan 2023 08:37:44 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1673195954.c983541ac3973977e154cace4e7433d6fa53d160.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/monero/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/monero/files/monerod.initd X-VCS-Directories: net-p2p/monero/files/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: c983541ac3973977e154cace4e7433d6fa53d160 X-VCS-Branch: master Date: Tue, 10 Jan 2023 08:37:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66fb7ce1-4925-4fd1-a12c-3bf0c2e8636a X-Archives-Hash: c304b7ebefcd797a0555a1e8b1434862 commit: c983541ac3973977e154cace4e7433d6fa53d160 Author: Lucio Sauer posteo net> AuthorDate: Sun Jan 8 16:38:03 2023 +0000 Commit: Haelwenn Monnier hacktivis me> 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 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"