Skip to main content

Module proxy_autostart

Module proxy_autostart 

Source

Functionsยง

find_binary
install
is_installed
Returns true if the proxy autostart is installed (plist/systemd service file exists).
is_loaded
Returns true when the installed manager is actively responsible for the proxy. Callers must not spawn a second foreground proxy while this is true.
is_supported
Whether this platform has a proxy-autostart backend (LaunchAgent on macOS, systemd user service on Linux). Windows and other targets have none, so a missing autostart there must not be treated as a failure by doctor (#416).
start
start_on_port
Start the installed manager after atomically taking ownership of port. This also handles the case where an IDE/dashboard spawned a standalone proxy while the manager was temporarily unloaded.
status
stop
uninstall