Improve log parameters

This commit is contained in:
Tobias Reisinger 2024-12-21 15:03:24 +01:00
parent db39cd30b2
commit a69141f542
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
journalctl --user -fu "autostart@${args[program]:?}.service" journalctl --user -b0 -fu "autostart@${args[program]:?}.service"