From: Yu Watanabe Date: Mon, 8 May 2023 19:01:34 +0000 (+0900) Subject: units: add/fix Documentation= about bus interface X-Git-Tag: v254-rc1~531 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d421db6e8b05183104896ca731ac393b661c4480;p=thirdparty%2Fsystemd.git units: add/fix Documentation= about bus interface --- diff --git a/units/systemd-hostnamed.service.in b/units/systemd-hostnamed.service.in index 75652e626e6..9ac56baf424 100644 --- a/units/systemd-hostnamed.service.in +++ b/units/systemd-hostnamed.service.in @@ -12,7 +12,7 @@ Description=Hostname Service Documentation=man:systemd-hostnamed.service(8) Documentation=man:hostname(5) Documentation=man:machine-info(5) -Documentation=man:org.freedesktop.resolve1(5) +Documentation=man:org.freedesktop.hostname1(5) [Service] BusName=org.freedesktop.hostname1 diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in index d8b935a3589..585bbe5e6d3 100644 --- a/units/systemd-networkd.service.in +++ b/units/systemd-networkd.service.in @@ -10,6 +10,7 @@ [Unit] Description=Network Configuration Documentation=man:systemd-networkd.service(8) +Documentation=man:org.freedesktop.network1(5) ConditionCapability=CAP_NET_ADMIN DefaultDependencies=no # systemd-udevd.service can be dropped once tuntap is moved to netlink diff --git a/units/systemd-oomd.service.in b/units/systemd-oomd.service.in index 9f248e2ba4f..c138f5eefaf 100644 --- a/units/systemd-oomd.service.in +++ b/units/systemd-oomd.service.in @@ -10,6 +10,7 @@ [Unit] Description=Userspace Out-Of-Memory (OOM) Killer Documentation=man:systemd-oomd.service(8) +Documentation=man:org.freedesktop.oom1(5) DefaultDependencies=no Before=multi-user.target shutdown.target Conflicts=shutdown.target diff --git a/units/systemd-portabled.service.in b/units/systemd-portabled.service.in index e0afe9eabe4..ab660ce36c8 100644 --- a/units/systemd-portabled.service.in +++ b/units/systemd-portabled.service.in @@ -10,6 +10,7 @@ [Unit] Description=Portable Service Manager Documentation=man:systemd-portabled.service(8) +Documentation=man:org.freedesktop.portable1(5) RequiresMountsFor=/var/lib/portables [Service]