forked from sig_core/toolkit
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
r_log "postgresql" "Initialize postgresql"
|
|
postgresql-setup --initdb
|
|
m_serviceCycler postgresql cycle
|
|
sleep 15
|