Launching fasp.io Gateway

Manual Method

To launch fasp.io Gateway manually (not as a service), run the following command from the install diretory, and specify the configuration file:
$ cd install_dir
$ ./bin/fasp.io-gateway --config ./config/gateway.toml

With SystemD Service

Run the following commands as root to start, stop, or enable the fasp.io-gateway service, as well as to check service status and access service logs:

  • 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