modules/ascensions: always wantedBy multi-user.target
This commit is contained in:
parent
8814c21e3f
commit
5d4c4a09fc
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ in
|
|||
targetLevel = toString (length incantations);
|
||||
in {
|
||||
description = "Ascension for ${name}";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
inherit (asc) requiredBy before;
|
||||
after = asc.after ++ (lib.optional asc.distributed "consul.service");
|
||||
serviceConfig.Type = "oneshot";
|
||||
|
|
Loading…
Reference in a new issue