mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-30 12:24:36 +02:00
#307: default to /etc/
This commit is contained in:
parent
eed38ce76c
commit
c55cd67bd2
@ -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}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user