]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/target.c
core: remove support for RequiresOverridable= and RequisiteOverridable=
[thirdparty/systemd.git] / src / core / target.c
index c3e79fffc8d1f7016baa31c1b1cf613b11e35577..14f9b2e26a56dc72b3c5f6a691fa9148ae01d404 100644 (file)
@@ -52,9 +52,7 @@ static int target_add_default_dependencies(Target *t) {
 
         static const UnitDependency deps[] = {
                 UNIT_REQUIRES,
-                UNIT_REQUIRES_OVERRIDABLE,
                 UNIT_REQUISITE,
-                UNIT_REQUISITE_OVERRIDABLE,
                 UNIT_WANTS,
                 UNIT_BINDS_TO,
                 UNIT_PART_OF