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