diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-18 03:32:33 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-18 04:53:12 +0100 |
commit | 177b3ffedbfc1aea839324edeb1f35a1a754ef5b (patch) | |
tree | c9157caebd4b1e6b33d0127a1367db56d827316c /man | |
parent | 260abb780a135e4cae8c10715c7e85675efc345a (diff) |
special: get rid of dbus.target
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.service.xml | 2 | ||||
-rw-r--r-- | man/systemd.special.xml.in | 23 |
2 files changed, 1 insertions, 24 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 7200525c03..e444efeb44 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -180,7 +180,7 @@ acquired. Service units with this option configured implicitly gain dependencies on the - <filename>dbus.target</filename> + <filename>dbus.socket</filename> unit.</para> <para>Behaviour of diff --git a/man/systemd.special.xml.in b/man/systemd.special.xml.in index afe882e51f..1506f34948 100644 --- a/man/systemd.special.xml.in +++ b/man/systemd.special.xml.in @@ -51,7 +51,6 @@ <para><filename>basic.target</filename>, <filename>ctrl-alt-del.target</filename>, <filename>dbus.service</filename>, - <filename>dbus.target</filename>, <filename>default.target</filename>, <filename>display-manager.service</filename>, <filename>emergency.target</filename>, @@ -143,28 +142,6 @@ up systemd will connect to it and register its service.</para> - - <para>Units should generally - avoid depending on this unit - directly and instead refer to - the - <filename>dbus.target</filename> - unit instead, which pulls this - one in directly or indirectly - via socket-based activation.</para> - </listitem> - </varlistentry> - <varlistentry> - <term><filename>dbus.target</filename></term> - <listitem> - <para>Administrators should - ensure that this target pulls - in a service unit with the - name or alias of - <filename>dbus.service</filename> - (or a socket unit that - activates this - service).</para> </listitem> </varlistentry> <varlistentry> |