diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-19 03:49:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-19 03:49:07 +0200 |
commit | 085b90af43fefd9ed195902c4b55f1da3c568554 (patch) | |
tree | 8ac3ebb4fcaf48c1769ef9a6aa610fc3623a440b /units | |
parent | e1b7e7ec9b34ae6ae54a4c8084395cbf2bfe9960 (diff) |
units: add references to bus API documentation to logind+machined
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-logind.service.in | 1 | ||||
-rw-r--r-- | units/systemd-machined.service.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index c4611e8492..6b687171ca 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -8,6 +8,7 @@ [Unit] Description=Login Service Documentation=man:systemd-logind.service(8) man:logind.conf(5) +Documentation=http://www.freedesktop.org/wiki/Software/systemd/logind Documentation=http://www.freedesktop.org/wiki/Software/systemd/multiseat Wants=user.slice After=nss-user-lookup.target user.slice diff --git a/units/systemd-machined.service.in b/units/systemd-machined.service.in index 334c622a17..87a81b9c85 100644 --- a/units/systemd-machined.service.in +++ b/units/systemd-machined.service.in @@ -8,7 +8,7 @@ [Unit] Description=Virtual Machine and Container Registration Service Documentation=man:systemd-machined.service(8) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/machines +Documentation=http://www.freedesktop.org/wiki/Software/systemd/machined Wants=machine.slice After=machine.slice |