From: Cameron Norman Date: Mon, 28 Apr 2014 14:42:11 +0000 (+0100) Subject: Add "Documentation=man:dbus-daemon(1)" line to systemd service X-Git-Tag: dbus-1.8.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c1cf57b552548c0c65e443bc3c3e004c35dffa;p=thirdparty%2Fdbus.git Add "Documentation=man:dbus-daemon(1)" line to systemd service 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 --- diff --git a/bus/dbus.service.in b/bus/dbus.service.in index 1b0bbb29d..3bc4726a5 100644 --- a/bus/dbus.service.in +++ b/bus/dbus.service.in @@ -1,5 +1,6 @@ [Unit] Description=D-Bus System Message Bus +Documentation=man:dbus-daemon(1) Requires=dbus.socket [Service]