toolkit/func/core/pkg_postgresql/01-configure-postgresql.sh

6 lines
123 B
Bash
Executable File

#!/bin/bash
r_log "postgresql" "Initialize postgresql"
postgresql-setup --initdb
m_serviceCycler postgresql cycle
sleep 15