I am trying to create a cgroup hierarchy by following this tutorial
- I installed the
libcgroup
package using
and the installation was successful.dnf install libcgroup
- I tried to check the status of the
cgconfig
config by running
and I got the errorsystemctl status cgconfig
Unit cgconfig.service could not be found.
- I tried to enable the service, but I got the same error.
- I tried to install the
libcgroup
package again, but I got theNothing to do!
, indicating that it is already installed.
I couldn't find the file /etc/cgconfig.conf
. I installed the chkconfig
command, but it appears that you start with it services that are in the /etc/rd.d/init.d
directory (https://www.tecmint.com/chkconfig-command-examples/), and I have no such directory on my system.
I am on Fedora 33. Any advice or help would be very appreciated.