forked from extern/podman-compose
print more help with systemd
This commit is contained in:
parent
a9faabb1b0
commit
48a19f13fc
@ -1726,7 +1726,7 @@ def compose_systemd(compose, args):
|
||||
f.write(f"{k}={v}\n")
|
||||
print(f"writing [{fn}]: done.")
|
||||
print("\n\ncreating the pod without starting it: ...\n\n")
|
||||
process = subprocess.run([script, "up", "--no-start"])
|
||||
process = subprocess.run([script, "up", "--no-start"], check=False)
|
||||
print("\nfinal exit code is ", process.returncode)
|
||||
username = getpass.getuser()
|
||||
print(
|
||||
|
Loading…
Reference in New Issue
Block a user