logs command was using journalctl -f (follow) which blocks forever. Split into three commands: - logs [N]: show last N lines and exit (default 30) - logs-follow [N]: tail + follow (old behavior) - logs-all: full dump
logs command was using journalctl -f (follow) which blocks forever. Split into three commands: - logs [N]: show last N lines and exit (default 30) - logs-follow [N]: tail + follow (old behavior) - logs-all: full dump