diff --git a/src/log_command.sh b/src/log_command.sh index 7d9657c..8f8f075 100644 --- a/src/log_command.sh +++ b/src/log_command.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -journalctl --user -fu "autostart@${args[program]:?}.service" +journalctl --user -b0 -fu "autostart@${args[program]:?}.service"