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:
@@ -12,6 +12,7 @@ in {
|
|||||||
name = "devout";
|
name = "devout";
|
||||||
notification-fd = 10;
|
notification-fd = 10;
|
||||||
run = "exec ${pkgs.devout}/bin/devout /run/devout.sock 4";
|
run = "exec ${pkgs.devout}/bin/devout /run/devout.sock 4";
|
||||||
|
dependencies = [ mdevd ];
|
||||||
};
|
};
|
||||||
coldplug = oneshot {
|
coldplug = oneshot {
|
||||||
name = "coldplug";
|
name = "coldplug";
|
||||||
|
Reference in New Issue
Block a user