diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-05-28 14:37:23 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-05-28 14:48:53 +0200 |
commit | d5c17aceb38912d0b77ed5b8614696b85f1516b8 (patch) | |
tree | cab0f47e27f53a05b7b5b5d9c36222ce43b68594 /units | |
parent | man: update links to "Inhibitor Locks" (diff) | |
download | systemd-d5c17aceb38912d0b77ed5b8614696b85f1516b8.tar.xz systemd-d5c17aceb38912d0b77ed5b8614696b85f1516b8.zip |
various: update links to more wiki pages
Diffstat (limited to 'units')
-rw-r--r-- | units/syslog.socket | 4 | ||||
-rw-r--r-- | units/systemd-resolved.service.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/units/syslog.socket b/units/syslog.socket index ff76bc5a6f..26b691c105 100644 --- a/units/syslog.socket +++ b/units/syslog.socket @@ -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. diff --git a/units/systemd-resolved.service.in b/units/systemd-resolved.service.in index 717f572bc5..4aa0788ac4 100644 --- a/units/systemd-resolved.service.in +++ b/units/systemd-resolved.service.in @@ -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 |