From bcd9d56624777db3cd9334dff465dc469557f65d Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Thu, 15 Aug 2024 23:01:29 +0100 Subject: [PATCH] start devout after mdevd not 100% sure that there's a dependency but it's plausible, and would explain the observed occasional failure to start at boot --- modules/mdevd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mdevd.nix b/modules/mdevd.nix index ddde432..e4f1625 100644 --- a/modules/mdevd.nix +++ b/modules/mdevd.nix @@ -12,6 +12,7 @@ in { name = "devout"; notification-fd = 10; run = "exec ${pkgs.devout}/bin/devout /run/devout.sock 4"; + dependencies = [ mdevd ]; }; coldplug = oneshot { name = "coldplug";