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