From fde6b4b6211e72b54d9c65b079bf1d9a2feeb220 Mon Sep 17 00:00:00 2001 From: samuel Date: Sun, 22 Feb 2026 21:58:30 +0100 Subject: [PATCH] fix: override execstart --- files/systemd/postgres.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/files/systemd/postgres.conf b/files/systemd/postgres.conf index 2bb81bb..3e1fe0e 100644 --- a/files/systemd/postgres.conf +++ b/files/systemd/postgres.conf @@ -1,2 +1,3 @@ [Service] +ExecStart= ExecStart=/usr/bin/postgres -D ${PGDATA} -c config_file=/etc/postgres/postgresql.conf