make root cgroup.procs writable

This commit is contained in:
Heikki Linnakangas
2025-02-10 22:28:53 +02:00
parent 5cb17cb384
commit 4fb9bc4b01
3 changed files with 33 additions and 1 deletions

View File

@@ -2043,7 +2043,9 @@ RUN systemctl enable \
postgres_exporter sql_exporter sql_exporter-autoscaling \
local_proxy \
compute_ctl \
chown-pgdata
chown-pgdata \
make-cgroup-procs-writable \
load-cgconfig.service
ENTRYPOINT ["/sbin/init"]