mirror of
https://github.com/BastilleBSD/templates.git
synced 2026-05-19 05:47:56 +02: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
|