summaryrefslogtreecommitdiffstats
path: root/units/syslog.socket
diff options
context:
space:
mode:
authorAsciiWolf <mail@asciiwolf.com>2017-06-29 04:54:12 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-06-29 04:54:12 +0200
commit16a5d4128f853b6ed4080db78d9ce9e50773bc44 (patch)
tree56e2eaa5d075d4583331ec9df9185917e2188d2d /units/syslog.socket
parentRevert "resolved: drop unnecessary comparison (#6220)" (diff)
downloadsystemd-16a5d4128f853b6ed4080db78d9ce9e50773bc44.tar.xz
systemd-16a5d4128f853b6ed4080db78d9ce9e50773bc44.zip
units: use https for the freedesktop url (#6227)
Diffstat (limited to 'units/syslog.socket')
-rw-r--r--units/syslog.socket4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/syslog.socket b/units/syslog.socket
index e6e9cf8525..d3987cb9a8 100644
--- a/units/syslog.socket
+++ b/units/syslog.socket
@@ -8,7 +8,7 @@
[Unit]
Description=Syslog Socket
Documentation=man:systemd.special(7)
-Documentation=http://www.freedesktop.org/wiki/Software/systemd/syslog
+Documentation=https://www.freedesktop.org/wiki/Software/systemd/syslog
DefaultDependencies=no
Before=sockets.target shutdown.target
@@ -37,4 +37,4 @@ ReceiveBuffer=8M
# [Install]
# Alias=syslog.service
#
-# See http://www.freedesktop.org/wiki/Software/systemd/syslog for details.
+# See https://www.freedesktop.org/wiki/Software/systemd/syslog for details.