Operator can run as a background service using launchd (macOS) or systemd (Linux).
Copy
Ask AI
operator service install # generate and load a service definitionoperator service uninstall # unload and remove the service definitionoperator service start # start the background serviceoperator service stop # stop the background serviceoperator service restart # restart the background serviceoperator service status # show whether the service is running