Skip to content

Commit 88e92be

Browse files
committed
fix: removed psql
1 parent 538455a commit 88e92be

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

imageroot/systemd/user/postgresql-app.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
2827
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/postgresql-app.ctr-id -t 10
2928
ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/postgresql-app.ctr-id
3029
ExecReload=/usr/bin/podman kill -s HUP postgresql-app

imageroot/systemd/user/redis-app.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
2524
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/redis-app.ctr-id -t 10
2625
ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/redis-app.ctr-id
2726
ExecReload=/usr/bin/podman kill -s HUP redis-app

0 commit comments

Comments
 (0)