I am using Debian 11 Bullseye. I have installed cgroups-tools
and I created a cgconfig.conf
file. When I start the cgconfig servive by using:
sudo systemctl start cgconfig.service
it gives this error:
*Unit cgconfig.service could not be found.*
I checked that which services are available in /etc/init.d
, and found that there is only the cgroupfs-mount
service. How can I start the cgroups
service?
cgconfig
for? Can’t you achieve the same goal with systemd? – Stephen Kitt Oct 30 '21 at 13:03