Skip to content

Commit

Permalink
Merge pull request #409 from rohanpm/deprecated-killmode
Browse files Browse the repository at this point in the history
dev env: fix deprecated KillMode=none
  • Loading branch information
rohanpm authored Feb 22, 2022
2 parents f611f1e + 87123a3 commit 0db3a13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/systemd/exodus-gw-db.service
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/%n-pid --cidfile %t/%n-cid --c
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/%n-cid -t 10
ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/%n-cid
PIDFile=%t/%n-pid
KillMode=none
TimeoutStopSec=60
Type=forking

[Install]
Expand Down
2 changes: 1 addition & 1 deletion scripts/systemd/exodus-gw-localstack.service
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/%n-pid --cidfile %t/%n-cid --c
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/%n-cid -t 10
ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/%n-cid
PIDFile=%t/%n-pid
KillMode=none
TimeoutStopSec=60
Type=forking

[Install]
Expand Down
2 changes: 1 addition & 1 deletion scripts/systemd/exodus-gw-sidecar.service
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/%n-pid --cidfile %t/%n-cid --c
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/%n-cid -t 10
ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/%n-cid
PIDFile=%t/%n-pid
KillMode=none
TimeoutStopSec=60
Type=forking

[Install]
Expand Down

0 comments on commit 0db3a13

Please sign in to comment.