Post History
I can start services with systemctl start. I can see logs with systemctl status or journalctl. But by the time I run the second the process has already started. I'd like to start a service and imme...
Question
systemd
#1: Initial revision
Starts systemd service and follow log
I can start services with `systemctl start`. I can see logs with `systemctl status` or `journalctl`. But by the time I run the second the process has already started. I'd like to `start` a service and immediately be dropped into the live log from it, similar to `docker run` for example. How can I do this? Currently I open two terminal windows, and run journalctl continuously in one.