hotfix: crear /run/postgresql
This commit is contained in:
parent
dedadcfa12
commit
2e34275c8e
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ case $1 in
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f "${pid}"
|
rm -f "${pid}"
|
||||||
|
mkdir -p /run/postgresql
|
||||||
daemonize -c "${PGDATA}" -o "${log}" -a -e "${log}" /usr/bin/postgres
|
daemonize -c "${PGDATA}" -o "${log}" -a -e "${log}" /usr/bin/postgres
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue