From 13daaf1c766c4afdf425058a0661957d56b093b5 Mon Sep 17 00:00:00 2001 From: Enki Date: Tue, 9 Jan 2024 16:05:00 -0800 Subject: [PATCH] More systemd changes --- Bitcoin/coreinstall.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Bitcoin/coreinstall.sh b/Bitcoin/coreinstall.sh index 94760f0..6231f08 100644 --- a/Bitcoin/coreinstall.sh +++ b/Bitcoin/coreinstall.sh @@ -527,13 +527,13 @@ create_bitcoin_core_service() { User=bitcoin Group=bitcoin Type=forking - ExecStart=/usr/local/bin/bitcoind -conf=/home/bitcoin/.bitcoin/bitcoin.conf -pid=/run/bitcoind.pid + ExecStart=/usr/local/bin/bitcoind -conf=/home/bitcoin/.bitcoin/bitcoin.conf Restart=always PrivateTmp=true TimeoutStopSec=480s TimeoutStartSec=480s - StartLimitInterval=480s - StartLimitBurst=10 + StartLimitInterval=600s + StartLimitBurst=5 [Install] WantedBy=multi-user.target