serve
Starts the avocadoctl Varlink daemon, listening for connections from CLI commands and third-party applications. See the Varlink API documentation for details on the exposed interfaces.
avocadoctl serve [OPTIONS]
Options
| Option | Description |
|---|---|
--address <ADDRESS> | Listen address. Default: unix:/run/avocado/avocadoctl.sock |
Examples
# Start the daemon with default socket
avocadoctl serve
# Start the daemon on a custom address
avocadoctl serve --address unix:/tmp/avocadoctl.sock