From 521534f4334d2d23ea197546a74bff87a1a19d1f Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Wed, 18 Mar 2020 07:49:29 -0700 Subject: [PATCH] Restart systemctl service instead of start, in case of update. --- Utilities/Remotely_Server_Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Remotely_Server_Install.sh b/Utilities/Remotely_Server_Install.sh index c9d50a2f..6d198d46 100644 --- a/Utilities/Remotely_Server_Install.sh +++ b/Utilities/Remotely_Server_Install.sh @@ -135,7 +135,7 @@ echo "$serviceConfig" > /etc/systemd/system/remotely.service # Enable service. systemctl enable remotely.service # Start service. -systemctl start remotely.service +systemctl restart remotely.service # Install Certbot and get SSL cert.