mirror of
https://github.com/systemd/systemd.git
synced 2025-03-24 14:50:17 +03:00
units: add/fix Documentation= about bus interface
This commit is contained in:
parent
d0287dc1d7
commit
d421db6e8b
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user