diff options
author | AsciiWolf <mail@asciiwolf.com> | 2017-06-29 04:54:12 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-06-29 04:54:12 +0200 |
commit | 16a5d4128f853b6ed4080db78d9ce9e50773bc44 (patch) | |
tree | 56e2eaa5d075d4583331ec9df9185917e2188d2d /units/sys-kernel-config.mount | |
parent | Revert "resolved: drop unnecessary comparison (#6220)" (diff) | |
download | systemd-16a5d4128f853b6ed4080db78d9ce9e50773bc44.tar.xz systemd-16a5d4128f853b6ed4080db78d9ce9e50773bc44.zip |
units: use https for the freedesktop url (#6227)
Diffstat (limited to 'units/sys-kernel-config.mount')
-rw-r--r-- | units/sys-kernel-config.mount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/sys-kernel-config.mount b/units/sys-kernel-config.mount index 7f2e1d92f3..b585f32561 100644 --- a/units/sys-kernel-config.mount +++ b/units/sys-kernel-config.mount @@ -8,7 +8,7 @@ [Unit] Description=Kernel Configuration File System Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt -Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems +Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no ConditionPathExists=/sys/kernel/config ConditionCapability=CAP_SYS_RAWIO |