From 19a3bb188484a126ff1182cb20b91ee1f5d37152 Mon Sep 17 00:00:00 2001 From: iSergio Date: Mon, 23 Apr 2018 15:56:57 +0300 Subject: [PATCH] Fix semaphore conf --- postgres/bin/pg_replication | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres/bin/pg_replication b/postgres/bin/pg_replication index 1e16541..4dede54 100755 --- a/postgres/bin/pg_replication +++ b/postgres/bin/pg_replication @@ -161,6 +161,7 @@ function configure () { sysctl -w kernel.sem="250 32000 100 200" echo "250 32000 100 200" > /proc/sys/kernel/sem + echo "kernel.sem = 250 32000 100 200" >> /etc/sysctl.conf # Exchange RSA keys exchange_rsa_keys -- GitLab