1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

man,units: link to the new dbus-api man pages

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-09-29 08:03:10 +02:00
parent 5ced292d10
commit 21006e0e3e
10 changed files with 27 additions and 16 deletions

View File

@ -212,9 +212,9 @@
receives any DNS traffic not matching any of its configured search/route-only domains, set the "DNS receives any DNS traffic not matching any of its configured search/route-only domains, set the "DNS
default route" option for it to false.</para> default route" option for it to false.</para>
<para>See the <ulink url="https://www.freedesktop.org/wiki/Software/systemd/resolved">resolved D-Bus API <para>See
Documentation</ulink> for information about the APIs <filename>systemd-resolved</filename> provides. <citerefentry><refentrytitle>org.freedesktop.resolve1</refentrytitle><manvolnum>5</manvolnum></citerefentry>
</para> for information about the D-Bus APIs <filename>systemd-resolved</filename> provides.</para>
</refsect1> </refsect1>
<refsect1> <refsect1>

View File

@ -126,8 +126,8 @@
script exits uncleanly (by non-zero error code, or signal/coredump). If your script succeeds script exits uncleanly (by non-zero error code, or signal/coredump). If your script succeeds
you should trigger the reboot in your own code, for example by invoking logind's you should trigger the reboot in your own code, for example by invoking logind's
<command>Reboot()</command> call or calling <command>systemctl reboot</command>. See <command>Reboot()</command> call or calling <command>systemctl reboot</command>. See
<ulink url="https://www.freedesktop.org/wiki/Software/systemd/logind">logind dbus API</ulink> <citerefentry><refentrytitle>org.freedesktop.login1</refentrytitle><manvolnum>5</manvolnum></citerefentry>
for details.</para> for details about the logind D-Bus API.</para>
</listitem> </listitem>
<listitem> <listitem>

View File

@ -10,6 +10,8 @@
[Unit] [Unit]
Description=Home Area Manager Description=Home Area Manager
Documentation=man:systemd-homed.service(8) Documentation=man:systemd-homed.service(8)
Documentation=man:org.freedesktop.home1(5)
After=home.mount After=home.mount
[Service] [Service]

View File

@ -9,8 +9,10 @@
[Unit] [Unit]
Description=Hostname Service Description=Hostname Service
Documentation=man:systemd-hostnamed.service(8) man:hostname(5) man:machine-info(5) Documentation=man:systemd-hostnamed.service(8)
Documentation=https://www.freedesktop.org/wiki/Software/systemd/hostnamed Documentation=man:hostname(5)
Documentation=man:machine-info(5)
Documentation=man:org.freedesktop.resolve1(5)
[Service] [Service]
BusName=org.freedesktop.hostname1 BusName=org.freedesktop.hostname1

View File

@ -10,7 +10,7 @@
[Unit] [Unit]
Description=Virtual Machine and Container Download Service Description=Virtual Machine and Container Download Service
Documentation=man:systemd-importd.service(8) Documentation=man:systemd-importd.service(8)
Documentation=https://www.freedesktop.org/wiki/Software/systemd/importd Documentation=man:org.freedesktop.import1(5)
[Service] [Service]
ExecStart=@rootlibexecdir@/systemd-importd ExecStart=@rootlibexecdir@/systemd-importd

View File

@ -9,8 +9,10 @@
[Unit] [Unit]
Description=Locale Service Description=Locale Service
Documentation=man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5) Documentation=man:systemd-localed.service(8)
Documentation=https://www.freedesktop.org/wiki/Software/systemd/localed Documentation=man:locale.conf(5)
Documentation=man:vconsole.conf(5)
Documentation=man:org.freedesktop.locale1(5)
[Service] [Service]
BusName=org.freedesktop.locale1 BusName=org.freedesktop.locale1

View File

@ -9,9 +9,11 @@
[Unit] [Unit]
Description=User Login Management Description=User Login Management
Documentation=man:systemd-logind.service(8) man:logind.conf(5) Documentation=man:systemd-logind.service(8)
Documentation=https://www.freedesktop.org/wiki/Software/systemd/logind Documentation=man:logind.conf(5)
Documentation=man:org.freedesktop.login1(5)
Documentation=https://www.freedesktop.org/wiki/Software/systemd/multiseat Documentation=https://www.freedesktop.org/wiki/Software/systemd/multiseat
Wants=user.slice modprobe@drm.service Wants=user.slice modprobe@drm.service
After=nss-user-lookup.target user.slice modprobe@drm.service After=nss-user-lookup.target user.slice modprobe@drm.service

View File

@ -10,7 +10,8 @@
[Unit] [Unit]
Description=Virtual Machine and Container Registration Service Description=Virtual Machine and Container Registration Service
Documentation=man:systemd-machined.service(8) Documentation=man:systemd-machined.service(8)
Documentation=https://www.freedesktop.org/wiki/Software/systemd/machined Documentation=man:org.freedesktop.machine1(5)
Wants=machine.slice Wants=machine.slice
After=machine.slice After=machine.slice
RequiresMountsFor=/var/lib/machines RequiresMountsFor=/var/lib/machines

View File

@ -10,9 +10,10 @@
[Unit] [Unit]
Description=Network Name Resolution Description=Network Name Resolution
Documentation=man:systemd-resolved.service(8) Documentation=man:systemd-resolved.service(8)
Documentation=https://www.freedesktop.org/wiki/Software/systemd/resolved Documentation=man:org.freedesktop.resolve1(5)
Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
DefaultDependencies=no DefaultDependencies=no
After=systemd-sysusers.service systemd-networkd.service After=systemd-sysusers.service systemd-networkd.service
Before=network.target nss-lookup.target shutdown.target Before=network.target nss-lookup.target shutdown.target

View File

@ -9,8 +9,9 @@
[Unit] [Unit]
Description=Time & Date Service Description=Time & Date Service
Documentation=man:systemd-timedated.service(8) man:localtime(5) Documentation=man:systemd-timedated.service(8)
Documentation=https://www.freedesktop.org/wiki/Software/systemd/timedated Documentation=man:localtime(5)
Documentation=man:org.freedesktop.timedate1(5)
[Service] [Service]
BusName=org.freedesktop.timedate1 BusName=org.freedesktop.timedate1