From 5a4b50869f38120aecb28eabce925a52e4859421 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Mon, 29 Jan 2024 14:30:34 -0600 Subject: Change restart time to 5 sec. Occassionally rabbitmq hasn't started in that time --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index a03c986..fff37e0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -63,7 +63,7 @@ in { ''; serviceConfig = { Restart = "on-failure"; - RestartSec = 1; + RestartSec = 5; User = "ann"; group = "ann"; }; -- cgit v1.2.3