Skip to main content
4 of 4
translate to correct english grammar.
ctrl-alt-delor
  • 28.8k
  • 11
  • 66
  • 113

How to listen to a daemon output?

I have a daemon that prints some information on to the terminal. I can see these informations by typing: systemctl status bot.service, this is working well, but this command doesn't listen to the new output, so if I want to see the new output, generated, then I need to retype the command.

Is there a way to always listen to the daemon and let the output display in the terminal without retype the command?

Charanoglu
  • 123
  • 1
  • 4