Unverified Commit cefcf19e authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #281687 from K900/wantedby-oof

systemd-lib: fix automount generation after 9fbf82d9
parents 2fba629f 3d6a5ad6
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -435,8 +435,7 @@ in rec {

  automountToUnit = name: def:
    { inherit (def) aliases wantedBy requiredBy enable overrideStrategy;
      text = commonUnitText def +
        ''
      text = commonUnitText def ''
        [Automount]
        ${attrsToSection def.automountConfig}
      '';