Skip to content

Commit 96d456e

Browse files
authored
Switch posgresql process to be pid 1
1 parent 0aa3c6c commit 96d456e

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)