commit: be9e6d4931843c51ff6d284ddb5d5333d7850afc
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Apr 29 14:18:26 2025 +0000
Commit: Filip Kobierski <fkobi <AT> pm <DOT> me>
CommitDate: Tue Apr 29 14:18:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be9e6d49
net-p2p/monero: init.d: show shutdown progress
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
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 48a46d5c8..bf554052a 100644
--- a/net-p2p/monero/files/monerod.initd
+++ b/net-p2p/monero/files/monerod.initd
@@ -5,6 +5,7 @@
pidfile=/var/run/monerod.pid
command=/usr/bin/monerod
command_args="${monerod_args}"
+command_progress=1
start_stop_daemon_args="-u ${monerod_user} -b -m -p ${pidfile}"
retry="SIGTERM/30/SIGKILL/5"