tuned
tuned copied to clipboard
Ensure tuned is started before the network
trafficstars
After=network.target was introduced in dd9ee3ef5d207f766d01688184ff8b717483a56f to work around network initscripts reloading sysctls
Some sysctls like net.core.default_qdisc need to be applied before network interface are brought up, so use Before=network-pre.target
Signed-off-by: Etienne Champetier [email protected]
I don't think the CI failure is related to this change
Rebased on master