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:
parent
e2c883356c
commit
bcd9d56624
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user