Skip to content

Commit 5cfa7fa

Browse files
Merge pull request #15 from glensc/patch-2
Switch posgresql process to be pid 1
2 parents 123c374 + 96d456e commit 5cfa7fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ if [ ! -f ${BABELFISH_DATA}/postgresql.conf ]; then
5555
fi
5656

5757
# Start postgres engine
58-
./postgres -D ${BABELFISH_DATA}/ -i
58+
exec ./postgres -D ${BABELFISH_DATA}/ -i

0 commit comments

Comments
 (0)