summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-05-09 04:01:34 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-05-09 06:10:23 +0900
commitd421db6e8b05183104896ca731ac393b661c4480 (patch)
tree4e0cd35d71f394c232f4d803a9b51aa777ac4f60 /units
parentd0287dc1d77915ba43a5a28576561b7e8f0fa75c (diff)
downloadsystemd-d421db6e8b05183104896ca731ac393b661c4480.tar.gz
units: add/fix Documentation= about bus interface
Diffstat (limited to 'units')
-rw-r--r--units/systemd-hostnamed.service.in2
-rw-r--r--units/systemd-networkd.service.in1
-rw-r--r--units/systemd-oomd.service.in1
-rw-r--r--units/systemd-portabled.service.in1
4 files changed, 4 insertions, 1 deletions
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]