forked from dan/liminix
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";
|
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user