View latest 100 log entries with journalctl

-n option in journalctl indicates the number of lines you'd like to see from the tail of the log:

journalctl --unit=my.service -q --no-pager -n 100
Or use -e option - this implies -n 1000:
journalctl --unit=my.service -q --no-pager -e