Merge 2ea9fbaa99 into cac90f69b8
This commit is contained in:
commit
852298d2ee
|
|
@ -2249,7 +2249,7 @@ Description=%i rootless pod (podman-compose)
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
EnvironmentFile=%h/{stacks_dir}/%i.env
|
EnvironmentFile=%h/{stacks_dir}/%i.env
|
||||||
ExecStartPre=-{script} up --no-start
|
ExecStartPre=-{script} --in-pod=1 up --no-start
|
||||||
ExecStartPre=/usr/bin/podman pod start pod_%i
|
ExecStartPre=/usr/bin/podman pod start pod_%i
|
||||||
ExecStart={script} wait
|
ExecStart={script} wait
|
||||||
ExecStop=/usr/bin/podman pod stop pod_%i
|
ExecStop=/usr/bin/podman pod stop pod_%i
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue