diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-15 20:49:18 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-19 15:23:37 +0200 |
commit | 515736d0f3879074b07898789ce329957b6c7974 (patch) | |
tree | ca8055d53925f6de5308f01f6907b76e8ed3fae7 /units | |
parent | 6c75e31703140c974227d13667c3e225a1259261 (diff) | |
download | systemd-515736d0f3879074b07898789ce329957b6c7974.tar.gz |
tree-wide: update web link to logind description
https://www.freedesktop.org/wiki/Software/systemd/multiseat/ says that it
is obsoleted by sd-login(3), so it doesn't make much sense to link to the former.
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-logind.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index a00c858b6c..cb44ccbae6 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -9,10 +9,10 @@ [Unit] Description=User Login Management +Documentation=man:sd-login(3) 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 |