diff options
author | Cameron Norman <camerontnorman@gmail.com> | 2014-04-28 15:42:11 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-28 15:42:11 +0100 |
commit | 29c1cf57b552548c0c65e443bc3c3e004c35dffa (patch) | |
tree | d30dd466dcf07ae1bb9e0c66ead287feb55fb72a | |
parent | c030410717a187cfd11a398fb7b967735e2643ee (diff) | |
download | dbus-29c1cf57b552548c0c65e443bc3c3e004c35dffa.tar.gz |
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
-rw-r--r-- | bus/dbus.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/dbus.service.in b/bus/dbus.service.in index 1b0bbb29..3bc4726a 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] |