mirror of
https://github.com/systemd/systemd.git
synced 2024-11-26 19:53:45 +08:00
various: update links to more wiki pages
This commit is contained in:
parent
5507480cf4
commit
d5c17aceb3
2
TODO
2
TODO
@ -1809,7 +1809,7 @@ Features:
|
||||
|
||||
* fstab-generator: default to tmpfs-as-root if only usr= is specified on the kernel cmdline
|
||||
|
||||
* docs: bring https://www.freedesktop.org/wiki/Software/systemd/MyServiceCantGetRealtime up to date
|
||||
* docs: bring https://systemd.io/MY_SERVICE_CANT_GET_REATLIME up to date
|
||||
|
||||
* add a job mode that will fail if a transaction would mean stopping
|
||||
running units. Use this in timedated to manage the NTP service
|
||||
|
@ -88,10 +88,10 @@
|
||||
<ulink url="https://systemd.io/INHIBITOR_LOCKS">Inhibitor Locks</ulink>.</para>
|
||||
|
||||
<para>If you are interested in writing a display manager that makes use of logind, please have look at
|
||||
<ulink url="https://www.freedesktop.org/wiki/Software/systemd/writing-display-managers">Writing Display
|
||||
<ulink url="https://systemd.io/WRITING_DISPLAY_MANAGERS">Writing Display
|
||||
Managers</ulink>.
|
||||
If you are interested in writing a desktop environment that makes use of logind, please have look at
|
||||
<ulink url="https://www.freedesktop.org/wiki/Software/systemd/writing-desktop-environments">Writing
|
||||
<ulink url="https://systemd.io/WRITING_DESKTOP_ENVIRONMENTS">Writing
|
||||
Desktop Environments</ulink>.</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -93,7 +93,7 @@
|
||||
for some examples on how to run containers with OS tools.</para>
|
||||
|
||||
<para>If you are interested in writing a VM or container manager that makes use of machined, please have
|
||||
look at <ulink url="https://www.freedesktop.org/wiki/Software/systemd/writing-vm-managers">Writing
|
||||
look at <ulink url="https://systemd.io/WRITING_VM_AND_CONTAINER_MANAGERS">Writing
|
||||
Virtual Machine or Container Managers</ulink>. Also see the <ulink
|
||||
url="https://systemd.io/CONTROL_GROUP_INTERFACE">New Control Group
|
||||
Interfaces</ulink>.</para>
|
||||
|
@ -822,7 +822,7 @@
|
||||
on. All userspace log messages will be made available on
|
||||
this socket. For more information about syslog integration,
|
||||
please consult the <ulink
|
||||
url="https://www.freedesktop.org/wiki/Software/systemd/syslog">Syslog
|
||||
url="https://systemd.io/SYSLOG">Syslog
|
||||
Interface</ulink> document.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -11,7 +11,7 @@ socket
|
||||
[Unit]
|
||||
Description=Syslog Socket
|
||||
Documentation=man:systemd.special(7)
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/syslog
|
||||
Documentation=https://systemd.io/SYSLOG
|
||||
DefaultDependencies=no
|
||||
Before=sockets.target
|
||||
|
||||
@ -45,7 +45,7 @@ ReceiveBuffer=8M
|
||||
# [Install]
|
||||
# Alias=syslog.service
|
||||
#
|
||||
# See https://www.freedesktop.org/wiki/Software/systemd/syslog for details.
|
||||
# See https://systemd.io/SYSLOG for details.
|
||||
|
||||
[Socket]
|
||||
ListenStream=1.2.3.4:1234
|
||||
|
@ -12,8 +12,8 @@ service
|
||||
Description=Network Name Resolution
|
||||
Documentation=man:systemd-resolved.service(8)
|
||||
Documentation=man:org.freedesktop.resolve1(5)
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
|
||||
Documentation=https://systemd.io/WRITING_NETWORK_CONFIGURATION_MANAGERS
|
||||
Documentation=https://systemd.io/WRITING_RESOLVER_CLIENTS
|
||||
DefaultDependencies=no
|
||||
After=systemd-sysusers.service systemd-networkd.service
|
||||
Before=network.target nss-lookup.target shutdown.target
|
||||
|
@ -10,7 +10,7 @@
|
||||
[Unit]
|
||||
Description=Syslog Socket
|
||||
Documentation=man:systemd.special(7)
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/syslog
|
||||
Documentation=https://systemd.io/SYSLOG
|
||||
DefaultDependencies=no
|
||||
Before=sockets.target
|
||||
|
||||
@ -44,4 +44,4 @@ ReceiveBuffer=8M
|
||||
# [Install]
|
||||
# Alias=syslog.service
|
||||
#
|
||||
# See https://www.freedesktop.org/wiki/Software/systemd/syslog for details.
|
||||
# See https://systemd.io/SYSLOG for details.
|
||||
|
@ -11,8 +11,8 @@
|
||||
Description=Network Name Resolution
|
||||
Documentation=man:systemd-resolved.service(8)
|
||||
Documentation=man:org.freedesktop.resolve1(5)
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
|
||||
Documentation=https://systemd.io/WRITING_NETWORK_CONFIGURATION_MANAGERS
|
||||
Documentation=https://systemd.io/WRITING_RESOLVER_CLIENTS
|
||||
|
||||
DefaultDependencies=no
|
||||
After=systemd-sysctl.service systemd-sysusers.service
|
||||
|
Loading…
Reference in New Issue
Block a user