aos service
Services: programs AOS keeps running, also after restarts
aos service list
Section titled “aos service list”List Services and every program listening on a port
aos service listaos service logs
Section titled “aos service logs”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 outputaos service remove
Section titled “aos service remove”Stop a Service and delete it (recorded in the Install Ledger)
aos service remove <name>aos service restart
Section titled “aos service restart”Stop and start a Service
aos service restart <name>aos service start
Section titled “aos service start”Start a stopped Service
aos service start <name>aos service stop
Section titled “aos service stop”Stop a Service until it is started again or the Machine restarts
aos service stop <name>