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-28 22:54:12 -0400 |
commit | 16a5d4128f853b6ed4080db78d9ce9e50773bc44 (patch) | |
tree | 56e2eaa5d075d4583331ec9df9185917e2188d2d /units/proc-sys-fs-binfmt_misc.automount | |
parent | 1f3e486fa7b00cbf25ad64f33b59ea58b9fb06a7 (diff) | |
download | systemd-16a5d4128f853b6ed4080db78d9ce9e50773bc44.tar.gz |
units: use https for the freedesktop url (#6227)
Diffstat (limited to 'units/proc-sys-fs-binfmt_misc.automount')
-rw-r--r-- | units/proc-sys-fs-binfmt_misc.automount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount index 92d7e10f1c..1067bcd839 100644 --- a/units/proc-sys-fs-binfmt_misc.automount +++ b/units/proc-sys-fs-binfmt_misc.automount @@ -8,7 +8,7 @@ [Unit] Description=Arbitrary Executable File Formats File System Automount Point Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html -Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems +Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no Before=sysinit.target ConditionPathExists=/proc/sys/fs/binfmt_misc/ |