mirror of
https://github.com/BastilleBSD/templates.git
synced 2026-04-28 20:06:17 +02:00
Correcting CONFIG syntax.
This commit is contained in:
committed by
GitHub
parent
67efcda127
commit
cc498f400c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user