diff options
-rwxr-xr-x | examples/cgroup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/cgroup.py b/examples/cgroup.py index 28a1f7c..5fa5df6 100755 --- a/examples/cgroup.py +++ b/examples/cgroup.py @@ -45,6 +45,7 @@ def main() -> None: properties={"Delegate": True}, ), ) + mycgroup = get_cgroup() except NotImplementedError: linuxnamespaces.systemd.reexec_as_transient_unit( properties={"Delegate": True} |