CentOS 服务日志查看 使用 journalctl
Just use the journalctl command, as in:
journalctl -u service-name.service
Or, to see only log messages for the current boot:
journalctl -u service-name.service -b
For things named <something>.service, you can actually just use <something>, as in:
journalctl -u service-name