Skip to content

Commit

Permalink
FIXES #534: add systemd unit label
Browse files Browse the repository at this point in the history
  • Loading branch information
muayyad-alsadi committed Jul 29, 2022
1 parent 3c46016 commit 2d05c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podman_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,7 @@ def _parse_compose_file(self):
"io.podman.compose.config-hash=" + self.yaml_hash,
"io.podman.compose.project=" + project_name,
"io.podman.compose.version=" + __version__,
f"PODMAN_SYSTEMD_UNIT=podman-compose@{project_name}",
f"PODMAN_SYSTEMD_UNIT=podman-compose@{project_name}.service",
"com.docker.compose.project=" + project_name,
"com.docker.compose.project.working_dir=" + dirname,
"com.docker.compose.project.config_files=" + ",".join(relative_files),
Expand Down

0 comments on commit 2d05c5c

Please sign in to comment.