start / stop / restart
Three commands control the background daemon. All of them require a prior
setup.
start
proxai-gateway startRegisters the gateway as a managed service (launchd on macOS, systemd on Linux, Task Scheduler on Windows) and starts the daemon. Once started, the daemon launches automatically every time you log in.
stop
proxai-gateway stopHalts the running daemon for this session. The service stays registered, so
the daemon starts again automatically at your next login or reboot. To take
the gateway off the machine permanently, use
uninstall.
restart
proxai-gateway restartEquivalent to stop followed by start. Run this after editing the
configuration file so the daemon picks up
your changes.
Last updated on