Hub
Menu
Sub navigation

Activate Autostart

Systemd is a system- och service manager for Linux. So you can start, stop and restart a service. And if the server goes down, the Go server starts automatically.

Systemd

Once you have activated the Systemd, you can start, restart and check the status of the service in the terminal.

service goweb status
service goweb start
service goweb restart

If you restart the whole VPS, this service should start automatically.