#307: default to /etc/

This commit is contained in:
Muayyad alsadi 2022-05-10 01:13:34 +03:00
parent eed38ce76c
commit c55cd67bd2

View File

@ -1796,7 +1796,7 @@ you can use podman commands like:
for i in ls: for i in ls:
print(os.path.basename(i[:-4])) print(os.path.basename(i[:-4]))
elif args.action == "create-unit": elif args.action == "create-unit":
fn = "/usr/lib/systemd/user/podman-compose@.service" fn = "/etc/systemd/user/podman-compose@.service"
out = f"""\ out = f"""\
# {fn} # {fn}