From 531cb113be45b9726806a2add4236394569ce600 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 21 Aug 2024 23:09:11 +0100 Subject: [PATCH] devout needs a longer startup timeout seems to be taking around 40 seconds now, would be worth digging in to find out why --- modules/mdevd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mdevd.nix b/modules/mdevd.nix index e4f1625..7f331ee 100644 --- a/modules/mdevd.nix +++ b/modules/mdevd.nix @@ -11,6 +11,7 @@ in { devout = longrun { name = "devout"; notification-fd = 10; + timeout-up = 60 * 1000; run = "exec ${pkgs.devout}/bin/devout /run/devout.sock 4"; dependencies = [ mdevd ]; };