1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-02-14 08:48:37 +01:00
slackware-current/source/a/libcgroup/cgroups.default
Patrick J Volkerding 43685d0a3f Sun Jan 26 21:35:58 UTC 2025
a/libcgroup-3.1.0-x86_64-1.txz:  Upgraded.
  Thanks to 0XBF for the many upgrade hints.
a/shadow-4.17.2-x86_64-1.txz:  Upgraded.
  I'm not seeing new issues for this on github, so it's probably safe to
  upgrade again now that it has aged for a while.
a/sysvinit-scripts-15.1-noarch-25.txz:  Rebuilt.
  rc.S: support mounting cgroups v2 (but still default to v1).
  Please note that unless you have a specific need for cgroups v2, it is better
  to stick with v1. In particular, rc.cgred is no longer supported with v2.
  Thanks to 0XBF.
d/python-pip-25.0-x86_64-1.txz:  Upgraded.
n/getmail-6.19.07-x86_64-1.txz:  Upgraded.
2025-01-26 22:59:50 +01:00

5 lines
302 B
Text

# Which version of cgroups should we mount, version 1 or version 2?
# Please note that the rc.cgred init script (as well as the cgrulesengd
# utility itself) will not function with cgroups version 2. Upstream
# did not implement support for this since systemd handles it (of course).
CGROUPS_VERSION=1