File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/postgresql-app.pid \
2424 --volume %S/state/restore/:/docker-entrypoint-initdb.d/:Z \
2525 --env TZ =UTC \
2626 ${POSTGRES_IMAGE}
27- ExecStartPost =/usr/bin/bash -c "while ! podman exec postgresql-app psql -U maybe -d maybe ; do sleep 5 ; done"
2827ExecStop =/usr/bin/podman stop --ignore --cidfile %t/postgresql-app.ctr-id -t 10
2928ExecStopPost =/usr/bin/podman rm --ignore -f --cidfile %t/postgresql-app.ctr-id
3029ExecReload =/usr/bin/podman kill -s HUP postgresql-app
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/redis-app.pid \
2121 --pod-id-file %t/maybe.pod-id --replace -d --name redis-app \
2222 --volume redis-data:/data \
2323 ${REDIS_IMAGE}
24- ExecStartPost =/usr/bin/bash -c "while ! podman exec redis-app psql -U maybe -d maybe ; do sleep 5 ; done"
2524ExecStop =/usr/bin/podman stop --ignore --cidfile %t/redis-app.ctr-id -t 10
2625ExecStopPost =/usr/bin/podman rm --ignore -f --cidfile %t/redis-app.ctr-id
2726ExecReload =/usr/bin/podman kill -s HUP redis-app
You can’t perform that action at this time.
0 commit comments