Linux
systemctl status 전체 로그 보기
구차니
2022. 11. 30. 11:32
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 |
[링크 : https://unix.stackexchange.com/questions/225401/how-to-see-full-log-from-systemctl-status-service]