diff options
author | guixxx <guihkx@gmail.com> | 2018-04-14 10:15:19 -0300 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-04-14 15:15:19 +0200 |
commit | de03b2951263892c8670c3f8ee81ea9b8b48e504 (patch) | |
tree | 437b42981da6705ab8c139caf4dc424d5229d997 /units | |
parent | ef42f561fc2cba67315e51fa14205b185eea9978 (diff) | |
download | systemd-de03b2951263892c8670c3f8ee81ea9b8b48e504.tar.gz |
fix url for binfmt documentation (#8720)
this file went unnoticed in PR #6223
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-binfmt.service.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/units/systemd-binfmt.service.in b/units/systemd-binfmt.service.in index df9396d895..e940c7c9ad 100644 --- a/units/systemd-binfmt.service.in +++ b/units/systemd-binfmt.service.in @@ -10,7 +10,8 @@ [Unit] Description=Set Up Additional Binary Formats Documentation=man:systemd-binfmt.service(8) man:binfmt.d(5) -Documentation=https://www.kernel.org/doc/Documentation/binfmt_misc.txt +Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html +Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no Conflicts=shutdown.target After=proc-sys-fs-binfmt_misc.automount |