fix dependency between modem-atz and modeswitch
for values of "fix" more than slightly reminiscent of "kludge"
This commit is contained in:
parent
534a49e827
commit
6f908156af
@ -41,7 +41,10 @@ let
|
||||
};
|
||||
atz = oneshot rec {
|
||||
name = "modem-atz";
|
||||
dependencies = [ modeswitch ];
|
||||
# atz does not depend on modeswitch because modeswitch service
|
||||
# is only running when the stick is in the wrong mode
|
||||
dependencies = [ modeswitch.controller ];
|
||||
buildInputs = [ modeswitch ];
|
||||
controller = (svc.uevent-rule.build {
|
||||
serviceName = name;
|
||||
terms = {
|
||||
|
Loading…
Reference in New Issue
Block a user