net-p2p/monero: init.d: show shutdown progress

Signed-off-by: Filip Kobierski <fkobi@pm.me>
This commit is contained in:
Filip Kobierski
2025-04-29 16:18:26 +02:00
parent 61792c116e
commit be9e6d4931

View File

@@ -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"