mirror of
https://github.com/systemd/systemd.git
synced 2025-01-18 10:04:04 +03: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
|
* 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
|
* add a job mode that will fail if a transaction would mean stopping
|
||||||
running units. Use this in timedated to manage the NTP service
|
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>
|
<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
|
<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>.
|
Managers</ulink>.
|
||||||
If you are interested in writing a desktop environment that makes use of logind, please have look at
|
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>
|
Desktop Environments</ulink>.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@
|
|||||||
for some examples on how to run containers with OS tools.</para>
|
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
|
<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
|
Virtual Machine or Container Managers</ulink>. Also see the <ulink
|
||||||
url="https://systemd.io/CONTROL_GROUP_INTERFACE">New Control Group
|
url="https://systemd.io/CONTROL_GROUP_INTERFACE">New Control Group
|
||||||
Interfaces</ulink>.</para>
|
Interfaces</ulink>.</para>
|
||||||
|
@ -822,7 +822,7 @@
|
|||||||
on. All userspace log messages will be made available on
|
on. All userspace log messages will be made available on
|
||||||
this socket. For more information about syslog integration,
|
this socket. For more information about syslog integration,
|
||||||
please consult the <ulink
|
please consult the <ulink
|
||||||
url="https://www.freedesktop.org/wiki/Software/systemd/syslog">Syslog
|
url="https://systemd.io/SYSLOG">Syslog
|
||||||
Interface</ulink> document.</para>
|
Interface</ulink> document.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -11,7 +11,7 @@ socket
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Syslog Socket
|
Description=Syslog Socket
|
||||||
Documentation=man:systemd.special(7)
|
Documentation=man:systemd.special(7)
|
||||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/syslog
|
Documentation=https://systemd.io/SYSLOG
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Before=sockets.target
|
Before=sockets.target
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ ReceiveBuffer=8M
|
|||||||
# [Install]
|
# [Install]
|
||||||
# Alias=syslog.service
|
# Alias=syslog.service
|
||||||
#
|
#
|
||||||
# See https://www.freedesktop.org/wiki/Software/systemd/syslog for details.
|
# See https://systemd.io/SYSLOG for details.
|
||||||
|
|
||||||
[Socket]
|
[Socket]
|
||||||
ListenStream=1.2.3.4:1234
|
ListenStream=1.2.3.4:1234
|
||||||
|
@ -12,8 +12,8 @@ service
|
|||||||
Description=Network Name Resolution
|
Description=Network Name Resolution
|
||||||
Documentation=man:systemd-resolved.service(8)
|
Documentation=man:systemd-resolved.service(8)
|
||||||
Documentation=man:org.freedesktop.resolve1(5)
|
Documentation=man:org.freedesktop.resolve1(5)
|
||||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
|
Documentation=https://systemd.io/WRITING_NETWORK_CONFIGURATION_MANAGERS
|
||||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
|
Documentation=https://systemd.io/WRITING_RESOLVER_CLIENTS
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
After=systemd-sysusers.service systemd-networkd.service
|
After=systemd-sysusers.service systemd-networkd.service
|
||||||
Before=network.target nss-lookup.target shutdown.target
|
Before=network.target nss-lookup.target shutdown.target
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Syslog Socket
|
Description=Syslog Socket
|
||||||
Documentation=man:systemd.special(7)
|
Documentation=man:systemd.special(7)
|
||||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/syslog
|
Documentation=https://systemd.io/SYSLOG
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Before=sockets.target
|
Before=sockets.target
|
||||||
|
|
||||||
@ -44,4 +44,4 @@ ReceiveBuffer=8M
|
|||||||
# [Install]
|
# [Install]
|
||||||
# Alias=syslog.service
|
# 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
|
Description=Network Name Resolution
|
||||||
Documentation=man:systemd-resolved.service(8)
|
Documentation=man:systemd-resolved.service(8)
|
||||||
Documentation=man:org.freedesktop.resolve1(5)
|
Documentation=man:org.freedesktop.resolve1(5)
|
||||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
|
Documentation=https://systemd.io/WRITING_NETWORK_CONFIGURATION_MANAGERS
|
||||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
|
Documentation=https://systemd.io/WRITING_RESOLVER_CLIENTS
|
||||||
|
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
After=systemd-sysctl.service systemd-sysusers.service
|
After=systemd-sysctl.service systemd-sysusers.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user