In the beginning there was darkness

This commit is contained in:
Daniel Ziltener 2022-10-12 17:53:14 +02:00
parent ed72bfaa70
commit d68c0a257e
1 changed files with 1 additions and 1 deletions

View File

@ -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