Skip to content

aos service

Services: programs AOS keeps running, also after restarts

List Services and every program listening on a port

aos service list

Show a Service’s recent output (-f keeps following)

aos service logs <name> [flags]

Options:

--bytes int how much recent output (default 64 KiB)
-f, --follow keep showing new output

Stop a Service and delete it (recorded in the Install Ledger)

aos service remove <name>

Stop and start a Service

aos service restart <name>

Start a stopped Service

aos service start <name>

Stop a Service until it is started again or the Machine restarts

aos service stop <name>