mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-22 21:31:33 +01: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:
|
||||
print(os.path.basename(i[:-4]))
|
||||
elif args.action == "create-unit":
|
||||
fn = "/usr/lib/systemd/user/podman-compose@.service"
|
||||
fn = "/etc/systemd/user/podman-compose@.service"
|
||||
out = f"""\
|
||||
# {fn}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user