diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-10 00:22:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-10 00:22:38 +0200 |
commit | 83bda35801aa3d7ed180ec374a4bcdfe9dc1a8e4 (patch) | |
tree | 8d043506f92ed9a0ad3197df0b412f32f938beff /units/dbus.target.in | |
parent | ab5506a922e407826c08506f3cc1ad69be16fd36 (diff) |
build-sys: drop special name hack for dbus.service since a native service file is now shipped upstream dbus
Diffstat (limited to 'units/dbus.target.in')
-rw-r--r-- | units/dbus.target.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/units/dbus.target.in b/units/dbus.target.in deleted file mode 100644 index 6faf58d65d..0000000000 --- a/units/dbus.target.in +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# See systemd.special(7) for details - -[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@ |