diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-09-29 08:03:10 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-09-30 10:30:03 +0200 |
commit | 21006e0e3e73b9157b5a7f50c69c3641152778e1 (patch) | |
tree | fd039a8b7ac7d92ab6fc5246e6dfe30fdd122437 /units/systemd-logind.service.in | |
parent | Merge pull request #17199 from poettering/log-tid (diff) | |
download | systemd-21006e0e3e73b9157b5a7f50c69c3641152778e1.tar.xz systemd-21006e0e3e73b9157b5a7f50c69c3641152778e1.zip |
man,units: link to the new dbus-api man pages
Diffstat (limited to 'units/systemd-logind.service.in')
-rw-r--r-- | units/systemd-logind.service.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index ba1b9b791b..a00c858b6c 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -9,9 +9,11 @@ [Unit] Description=User Login Management -Documentation=man:systemd-logind.service(8) man:logind.conf(5) -Documentation=https://www.freedesktop.org/wiki/Software/systemd/logind +Documentation=man:systemd-logind.service(8) +Documentation=man:logind.conf(5) +Documentation=man:org.freedesktop.login1(5) Documentation=https://www.freedesktop.org/wiki/Software/systemd/multiseat + Wants=user.slice modprobe@drm.service After=nss-user-lookup.target user.slice modprobe@drm.service |