Skip to content

aos daemon

Control the aosd systemd service (start, stop, restart, logs)

Show the Daemon’s journal (journalctl -u aos)

aos daemon logs [flags]

Options:

-f, --follow keep printing new log lines
-n, --lines int how many recent lines to show (default 200)

Restart the Daemon (systemctl restart aos)

aos daemon restart

Start the Daemon (systemctl start aos)

aos daemon start

Stop the Daemon, draining Tasks first (systemctl stop aos)

aos daemon stop