Skip to main content
The SCANOSS API runs as a systemd service called scanoss-go-api.service. The installation script does not start the service automatically, it must be started manually after installation.

Start the Service

sudo systemctl start scanoss-go-api.service

Stop the Service

sudo systemctl stop scanoss-go-api.service

Check the Service Status

sudo systemctl status scanoss-go-api.service