Correcting CONFIG syntax.

This commit is contained in:
Juan Manuel Palacios
2026-04-26 02:02:55 -04:00
committed by GitHub
parent 67efcda127
commit cc498f400c

View File

@@ -1,8 +1,8 @@
PKG postgresql17-server
SYSRC postgresql_enable=YES
# PostgreSQL requires System V shared memory and semaphores.
CONFIG set sysvshm=new
CONFIG set sysvsem=new
CONFIG set sysvshm new
CONFIG set sysvsem new
RESTART
SERVICE postgresql initdb
SERVICE postgresql start