From 81632722ea1e9bef4767f6feb9a76567d9c4541a Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Wed, 30 Mar 2022 15:49:04 +0200 Subject: systemd: enable all cgroups when running as a service enable cgroup delegation when running as a systemd service so all the available controllers are correctly detected. Closes: https://github.com/containers/podman/issues/13710 Signed-off-by: Giuseppe Scrivano --- contrib/systemd/system/podman.service.in | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/systemd') diff --git a/contrib/systemd/system/podman.service.in b/contrib/systemd/system/podman.service.in index 9a7e04fd4..c1a5952b5 100644 --- a/contrib/systemd/system/podman.service.in +++ b/contrib/systemd/system/podman.service.in @@ -6,6 +6,7 @@ Documentation=man:podman-system-service(1) StartLimitIntervalSec=0 [Service] +Delegate=true Type=exec KillMode=process Environment=LOGGING="--log-level=info" -- cgit v1.2.3-54-g00ecf