From bd04f9a1355c339310923456c0b45d30d7721f9b Mon Sep 17 00:00:00 2001 From: Scitz0 Date: Sat, 17 Feb 2024 09:08:53 +0100 Subject: [PATCH] Add recommended change from https://mithril.network/doc/dev-blog/2024/01/03/signer-service-new-configuration/ --- scripts/cnode-helper-scripts/mithril-signer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cnode-helper-scripts/mithril-signer.sh b/scripts/cnode-helper-scripts/mithril-signer.sh index dd93187de..214d22cde 100755 --- a/scripts/cnode-helper-scripts/mithril-signer.sh +++ b/scripts/cnode-helper-scripts/mithril-signer.sh @@ -133,7 +133,7 @@ deploy_systemd() { [Service] Type=simple Restart=always - RestartSec=5 + RestartSec=60 User=${USER} EnvironmentFile=${CNODE_HOME}/mithril/mithril.env ExecStart=/bin/bash -l -c \"exec ${HOME}/.local/bin/mithril-signer -vv\"