]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Add "Documentation=man:dbus-daemon(1)" line to systemd service
authorCameron Norman <camerontnorman@gmail.com>
Mon, 28 Apr 2014 14:42:11 +0000 (15:42 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 28 Apr 2014 14:42:11 +0000 (15:42 +0100)
Enhances usability under systemd by making the documentation available
with systemctl status or systemctl help.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77447
Reviewed-by: Simon McVittie
bus/dbus.service.in

index 1b0bbb29d2f7a62066ed51933611d0a1c72de4a9..3bc4726a5f2226b4dc93fa6ebd7056518fee6465 100644 (file)
@@ -1,5 +1,6 @@
 [Unit]
 Description=D-Bus System Message Bus
+Documentation=man:dbus-daemon(1)
 Requires=dbus.socket
 
 [Service]