fix typos

This commit is contained in:
Octopus Octopus 2024-04-01 19:31:44 -05:00
parent 6962eb92fc
commit 8f765c0211
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ Environment=PODMAN_SYSTEMD_UNIT=%n
Restart=on-failure Restart=on-failure
TimeoutStopSec=70 TimeoutStopSec=70
ExecStart=/usr/bin/podman run -d --name mastodon-postgresql --net internal_network --restart always --shm-size 256mb --health-cmd CMD,pg_isready,-U,postgres -v mastodon-postgresql:/var/lib/postgresql/data -e POSTGRES_HOST_AUTH_METHOD=trust postgres:14 ExecStart=/usr/bin/podman run -d --name mastodon-postgresql --net internal_network --restart always --shm-size 256mb --health-cmd CMD,pg_isready,-U,postgres -v mastodon-postgresql:/var/lib/postgresql/data -e POSTGRES_HOST_AUTH_METHOD=trust postgres:14
ExecStop=/usr/bin/podman stop mastodon-postgres ExecStop=/usr/bin/podman stop mastodon-postgresql
ExecStopPost=/usr/bin/podman rm mastodon-postgres ExecStopPost=/usr/bin/podman rm mastodon-postgresql
Type=oneshot Type=oneshot
RemainAfterExit=yes RemainAfterExit=yes