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?

