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
This commit is contained in:
Daniel Barlow 2024-08-15 23:01:29 +01:00
parent e2c883356c
commit bcd9d56624
1 changed files with 1 additions and 0 deletions

View File

@ -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";