Skip to content

Commit

Permalink
fix: entrypoint for systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
jomrr committed Feb 20, 2024
1 parent ba6c6b0 commit e4e72b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playbooks/vars/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

dockerfile:
from: "{{ container_registry }}/{{ container_image }}"
entrypoint: "/usr/lib/systemd/systemd"
entrypoint: "/lib/systemd/systemd"
environment:
container: docker
LC_ALL: C
Expand Down
2 changes: 1 addition & 1 deletion playbooks/vars/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

dockerfile:
from: "{{ container_registry }}/{{ container_image }}"
entrypoint: "/usr/lib/systemd/systemd"
entrypoint: "/lib/systemd/systemd"
environment:
container: docker
LC_ALL: C
Expand Down

0 comments on commit e4e72b5

Please sign in to comment.