1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

sysctl.d: silence warning if net.core.default_qdisc cannot be set

Kernels can be compiled without the attribute. It's fine if this is not
set, so silence the warning.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-02-19 19:02:38 +01:00 committed by Lennart Poettering
parent 1cf36084a7
commit fa98c99ea7

View File

@ -45,7 +45,7 @@ net.ipv4.conf.*.promote_secondaries = 1
-net.ipv4.ping_group_range = 0 2147483647
# Fair Queue CoDel packet scheduler to fight bufferbloat
net.core.default_qdisc = fq_codel
-net.core.default_qdisc = fq_codel
# Enable hard and soft link protection
fs.protected_hardlinks = 1