diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/.gitignore | 1 | ||||
-rw-r--r-- | units/dbus.target (renamed from units/dbus.target.in) | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/units/.gitignore b/units/.gitignore index 75d3bfd0e9..ea85dc081e 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -6,4 +6,3 @@ graphical.target multi-user.target getty@.service remote-fs.target -dbus.target diff --git a/units/dbus.target.in b/units/dbus.target index 6faf58d65d..63897685c2 100644 --- a/units/dbus.target.in +++ b/units/dbus.target @@ -9,9 +9,3 @@ [Unit] Description=D-Bus - -# As soon as D-Bus has native files this explicit dependency should be -# dropped, and replaced by an alias symlink in the .wants/ directory, -# to either the .service or .socket unit of the D-Bus service. -Requires=@SPECIAL_DBUS_SERVICE@ -After=@SPECIAL_DBUS_SERVICE@ |