units: add/fix Documentation= about bus interface

This commit is contained in:
Yu Watanabe 2023-05-09 04:01:34 +09:00
parent d0287dc1d7
commit d421db6e8b
4 changed files with 4 additions and 1 deletions

View 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

View 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

View 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

View 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]