hotfix: crear /run/postgresql

This commit is contained in:
void 2021-06-09 16:39:33 +00:00
parent dedadcfa12
commit 2e34275c8e
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ case $1 in
fi
rm -f "${pid}"
mkdir -p /run/postgresql
daemonize -c "${PGDATA}" -o "${log}" -a -e "${log}" /usr/bin/postgres
;;
esac