Launching fasp.io Gateway
To start, stop, or enable the fasp.io-gateway service, as well as to check service status and access service logs, run the following commands as root:
- Start service:
# sudo systemctl start fasp.io-gateway
- Stop service:
# sudo systemctl stop fasp.io-gateway
- Enable service (to restart after reboot):
# sudo systemctl enable fasp.io-gateway
- Service status:
# sudo systemctl status fasp.io-gateway
- See service logs:
# sudo journalctl --unit=fasp.io-gateway