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
|
||||
|
||||
rm -f "${pid}"
|
||||
mkdir -p /run/postgresql
|
||||
daemonize -c "${PGDATA}" -o "${log}" -a -e "${log}" /usr/bin/postgres
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue