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 | |
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')
-rw-r--r-- | units/dbus.target | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/units/dbus.target b/units/dbus.target new file mode 100644 index 0000000000..63897685c2 --- /dev/null +++ b/units/dbus.target @@ -0,0 +1,11 @@ +# 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 |