about ready to start testingabout ready to start testing

This commit is contained in:
2019-12-07 22:50:36 -08:00
parent bf6a0dc199
commit c7b081f5b9
10 changed files with 107 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo "postgres starting..."
mkdir -p /state/db
chown mastodon:mastodon /state/db
exec chpst -u mastodon:mastodon /usr/lib/postgresql/bin/postmaster \
-D /state/db 2>&1