Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/dev/single/start-postgres
Views: 286
#!/usr/bin/env bash
export USER=wstein

cd $HOME
export PG_DATA=$HOME/postgres_data
 
/usr/local/bin/postgres -D $PG_DATA 2> $HOME/logs/postgres.log &