<div dir="ltr">It appears that the .slice changed described here[1] removed all ability to set low-level cgroups settings, is that correct?<div><br></div><div>For cgroup attributes that systemd does not natively support (example: cpu.cfs_period_us and cpu.cfs_quota_us) it was previously possible to set these</div>

<div><br></div><div>1. via unit files:  ControlGroupAttribute=cpu.cfs_period_us 500</div><div>2. or at runtime:  systemctl --runtime set-cgroup-attr thing.service cpu.cfs_period_us 500</div><div><br></div><div>I find the ability to set cgroup attrs not supported natively by systemd useful, will this be added back to systemd or will systemd support all cgroup attributes?</div>

<div><br></div><div><div><br></div><div>[1] - <a href="https://lwn.net/Articles/555923/">https://lwn.net/Articles/555923/</a></div></div></div>