From cdfd6a6fa666f6dc4f2813a6768bbad7ae64ded9 Mon Sep 17 00:00:00 2001 From: b0xxer Date: Thu, 10 Apr 2025 05:56:49 -0500 Subject: [PATCH] Added TimeoutStopSec=300 to bitcoin-node container --- roles/apps/templates/bitcoin/bitcoin-node.container.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/apps/templates/bitcoin/bitcoin-node.container.j2 b/roles/apps/templates/bitcoin/bitcoin-node.container.j2 index 88a1708..9dd32aa 100644 --- a/roles/apps/templates/bitcoin/bitcoin-node.container.j2 +++ b/roles/apps/templates/bitcoin/bitcoin-node.container.j2 @@ -16,6 +16,7 @@ Volume=/home/{{ansible_user}}/vol/bitcoin/.bitcoin:/bitcoin/.bitcoin:Z Restart=always # Extend Timeout to allow time to pull the image TimeoutStartSec=900 +TimeoutStopSec=300 # ExecStartPre flag and other systemd commands can go here, see systemd.unit(5) man page. # ExecStartPre=/usr/share/mincontainer/setup.sh