diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-19 00:14:52 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-19 09:28:08 +0100 |
commit | 1d10005b39845e62480b46dc5b106341dcdeb02c (patch) | |
tree | bbaca89bed66469f0b88c32be80b613545f93b68 /sysctl.d | |
parent | docs/ENVIRONMENT: syntax highlighting and some rewordings (diff) | |
download | systemd-1d10005b39845e62480b46dc5b106341dcdeb02c.tar.xz systemd-1d10005b39845e62480b46dc5b106341dcdeb02c.zip |
tree-wide: fix links to systemd.io pages
Having the extra slash at the end is not a problem, just inconsistent. But the links with
.html or .md return 404.
Diffstat (limited to 'sysctl.d')
-rw-r--r-- | sysctl.d/50-default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysctl.d/50-default.conf b/sysctl.d/50-default.conf index 14378b24af..5279c17092 100644 --- a/sysctl.d/50-default.conf +++ b/sysctl.d/50-default.conf @@ -41,7 +41,7 @@ net.ipv4.conf.*.promote_secondaries = 1 # the kernel because of this definition in linux/include/net/ping.h: # #define GID_T_MAX (((gid_t)~0U) >> 1) # That's not so bad because values between 2^31 and 2^32-1 are reserved on -# systemd-based systems anyway: https://systemd.io/UIDS-GIDS.html#summary +# systemd-based systems anyway: https://systemd.io/UIDS-GIDS#summary -net.ipv4.ping_group_range = 0 2147483647 # Fair Queue CoDel packet scheduler to fight bufferbloat |