From 8f765c0211e4001332f374964448a004890b7459 Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Mon, 1 Apr 2024 19:31:44 -0500 Subject: [PATCH] fix typos --- mastodon-postgresql.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mastodon-postgresql.service b/mastodon-postgresql.service index 3fcb868..6d3f4e2 100644 --- a/mastodon-postgresql.service +++ b/mastodon-postgresql.service @@ -10,8 +10,8 @@ Environment=PODMAN_SYSTEMD_UNIT=%n Restart=on-failure 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 -ExecStop=/usr/bin/podman stop mastodon-postgres -ExecStopPost=/usr/bin/podman rm mastodon-postgres +ExecStop=/usr/bin/podman stop mastodon-postgresql +ExecStopPost=/usr/bin/podman rm mastodon-postgresql Type=oneshot RemainAfterExit=yes