mirror of https://github.com/containers/podman.git
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 <gscrivan@redhat.com>
This commit is contained in:
parent
ff8834f023
commit
81632722ea
|
@ -6,6 +6,7 @@ Documentation=man:podman-system-service(1)
|
|||
StartLimitIntervalSec=0
|
||||
|
||||
[Service]
|
||||
Delegate=true
|
||||
Type=exec
|
||||
KillMode=process
|
||||
Environment=LOGGING="--log-level=info"
|
||||
|
|
Loading…
Reference in New Issue