Restart systemctl service instead of start, in case of update.

This commit is contained in:
Jared Goodwin 2020-03-18 07:49:29 -07:00
parent 1571f5acb2
commit 521534f433

View File

@ -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.