Worker service
The worker service keeps the client connected in the background and handles work assigned by the platform. Daily operation only requires service management; the communication details are handled by the client.
Common commands
bash
# Install and start
omnicompute worker service install
# Check status
omnicompute worker service status
omnicompute worker status
# Start, stop, and restart
omnicompute worker service start
omnicompute worker service stop
omnicompute worker service restartOperating guidance
- Run
omnicompute worker statusafter the first installation. - Check the service again after a system restart or client update.
- To temporarily stop participation, stop the worker service and confirm the device state in the console.
- When the device is no longer used, run:
bash
omnicompute worker service uninstallUpdate the client
bash
omnicompute update --check
omnicompute updateAfter an update, the client follows the current release policy to restore the worker service. If the console still shows an old state, restart the service and check again.
