diff --git a/podman_compose.py b/podman_compose.py index 399ccf4..8366f0e 100755 --- a/podman_compose.py +++ b/podman_compose.py @@ -2122,8 +2122,6 @@ async def compose_systemd(compose, args): f.write(f"{k}={v}\n") log.debug("writing [%s]: done.", fn) log.info("\n\ncreating the pod without starting it: ...\n\n") - process = await asyncio.create_subprocess_exec(script, ["up", "--no-start"]) - log.info("\nfinal exit code is %d", process) username = getpass.getuser() print( f"""