mirror of
https://github.com/BastilleBSD/templates.git
synced 2026-01-04 03:44:11 +01:00
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
PKG postgresql17-server
|
|
SYSRC postgresql_enable=YES
|
|
# PostgreSQL requires System V shared memory and semaphores.
|
|
CONFIG set sysvshm=new
|
|
CONFIG set sysvsem=new
|
|
RESTART
|
|
SERVICE postgresql initdb
|
|
SERVICE postgresql start
|