Skip to content

Commit 2d05c5c

Browse files
FIXES #534: add systemd unit label
1 parent 3c46016 commit 2d05c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podman_compose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ def _parse_compose_file(self):
15291529
"io.podman.compose.config-hash=" + self.yaml_hash,
15301530
"io.podman.compose.project=" + project_name,
15311531
"io.podman.compose.version=" + __version__,
1532-
f"PODMAN_SYSTEMD_UNIT=podman-compose@{project_name}",
1532+
f"PODMAN_SYSTEMD_UNIT=podman-compose@{project_name}.service",
15331533
"com.docker.compose.project=" + project_name,
15341534
"com.docker.compose.project.working_dir=" + dirname,
15351535
"com.docker.compose.project.config_files=" + ",".join(relative_files),

0 commit comments

Comments
 (0)