Systemd v258's 'systemctl -v restart' and its limitations
Systemd v258 introduces 'systemctl -v' to display unit log output during operations like restart. However, it stops following logs once systemd considers the service started, which may be before the service completes its actual startup process. This limitation means users may still need to use journalctl to see full startup logs for many services.