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

6 lines
123 B
Bash
Raw Normal View History

2022-06-20 23:49:14 +00:00
#!/bin/bash
r_log "postgresql" "Initialize postgresql"
postgresql-setup --initdb
2022-06-22 01:21:01 +00:00
m_serviceCycler postgresql cycle
2022-06-20 23:49:14 +00:00
sleep 15