]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: add/fix Documentation= about bus interface
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 8 May 2023 19:01:34 +0000 (04:01 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 8 May 2023 21:10:23 +0000 (06:10 +0900)
units/systemd-hostnamed.service.in
units/systemd-networkd.service.in
units/systemd-oomd.service.in
units/systemd-portabled.service.in

index 75652e626e6464b8dd58d7018e2a7d209a021964..9ac56baf42433a639bd62039330e88619fdb5766 100644 (file)
@@ -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
index d8b935a35894b4faf92e7236e52db9680219e5ca..585bbe5e6d3f47267a64aa064e85300d6ae7fe56 100644 (file)
@@ -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
index 9f248e2ba4f1bd8ba620a1a1e9b6e8cee53bef47..c138f5eefaff91d86fd8b7e5ae14c8c928a6406e 100644 (file)
@@ -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
index e0afe9eabe49d9f2fcd832108599413d565c744a..ab660ce36c8d1acb8d24c5fa9bb213dc4ffa29c5 100644 (file)
@@ -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]