11

I wish to view the log file entries only for ISC DHCPd server service.

How do I do this with the journalctl tool?

I tried googling around for the answer, which didn't produce anything.

I tried journalctl -u dhcpd which didn't give me anything.

David
  • 3,391

1 Answers1

13

The command was actually:

journalctl -u isc-dhcp-server

David
  • 3,391