about ready to start testingabout ready to start testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user