From d68c0a257e6ae2264d09d4049371176c6bcd070d Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 12 Oct 2022 17:53:14 +0200 Subject: [PATCH] In the beginning there was darkness --- Bastillefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bastillefile b/Bastillefile index 1bf4b40..3e2554e 100644 --- a/Bastillefile +++ b/Bastillefile @@ -5,7 +5,7 @@ CONFIG set allow.sysvipc 1 RESTART PKG postgresql${postgres_version}-server postgresql${postgres_version}-contrib SYSRC postgresql_enable=YES -SERVICE postgresql start +SERVICE postgresql restart CMD [ ! -d "/var/db/postgres/data${postgres_version}" ] && /usr/local/etc/rc.d/postgresql initdb CMD chown -R postgres /var/db/postgres && chmod -R 750 /var/db/postgres SERVICE postgresql restart