From d421db6e8b05183104896ca731ac393b661c4480 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 9 May 2023 04:01:34 +0900 Subject: units: add/fix Documentation= about bus interface --- units/systemd-hostnamed.service.in | 2 +- units/systemd-networkd.service.in | 1 + units/systemd-oomd.service.in | 1 + units/systemd-portabled.service.in | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) (limited to 'units') diff --git a/units/systemd-hostnamed.service.in b/units/systemd-hostnamed.service.in index 75652e626e..9ac56baf42 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 d8b935a358..585bbe5e6d 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 9f248e2ba4..c138f5eefa 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 e0afe9eabe..ab660ce36c 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] -- cgit v1.2.1