Posts by GoldenGold
You can modify your existing code to use the cursor shape codes for a vertical line (or "I" cursor) and a block cursor instead of the beam cursor shape. Here is an updated version of your code that...
Answer
You can use the --follow option of systemctl to start a service and immediately tail the log file. Here's an example command that starts the myservice service and follows the log: sudo systemctl ...
Answer