aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgresql/postgresql.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/postgresql/postgresql.initd')
-rw-r--r--main/postgresql/postgresql.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql/postgresql.initd b/main/postgresql/postgresql.initd
index 2ca8420e10..d47c50540a 100644
--- a/main/postgresql/postgresql.initd
+++ b/main/postgresql/postgresql.initd
@@ -21,7 +21,7 @@ get_config() {
checkconfig() {
configured_port=$(get_config port)
: ${configured_port:=${PGPORT:-5432}}
- socket_path=$(get_config unix_socket_directory)
+ socket_path=$(get_config unix_socket_directories)
: ${socket_path:=/var/run/postgresql}
checkpath -d -m 0770 -o postgres:postgres ${socket_path}