From a69141f54246986c219253e774a8bad534dd572e Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Sat, 21 Dec 2024 15:03:24 +0100 Subject: [PATCH] Improve log parameters --- src/log_command.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"