mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Restart systemctl service instead of start, in case of update.
This commit is contained in:
parent
1571f5acb2
commit
521534f433
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user