From 6ccb23988695c0c756cd513f669f1c9423b3ec78 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 2 Aug 2017 11:42:53 -0600 Subject: [PATCH] Change systemctl to service command. --- debian/resources/postgresql/{bdr.sh => node.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename debian/resources/postgresql/{bdr.sh => node.sh} (99%) diff --git a/debian/resources/postgresql/bdr.sh b/debian/resources/postgresql/node.sh similarity index 99% rename from debian/resources/postgresql/bdr.sh rename to debian/resources/postgresql/node.sh index a2d7ea8..813be69 100755 --- a/debian/resources/postgresql/bdr.sh +++ b/debian/resources/postgresql/node.sh @@ -89,7 +89,7 @@ done systemctl daemon-reload #restart postgres -systemctl restart postgresql +service postgresql restart #set the working directory cwd=$(pwd)