aos daemon
Control the aosd systemd service (start, stop, restart, logs)
aos daemon logs
Section titled “aos daemon 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)aos daemon restart
Section titled “aos daemon restart”Restart the Daemon (systemctl restart aos)
aos daemon restartaos daemon start
Section titled “aos daemon start”Start the Daemon (systemctl start aos)
aos daemon startaos daemon stop
Section titled “aos daemon stop”Stop the Daemon, draining Tasks first (systemctl stop aos)
aos daemon stop