A system administrator needs to troubleshoot a failing service named `httpd.service`. Which of the following commands provides the most direct and comprehensive way to view all log entries for only that specific service since the system last booted?
-
A
systemctl status httpd.service
-
B
cat /var/log/messages | grep httpd
-
C
journalctl -u httpd.service -b
-
D
journalctl /usr/sbin/httpd