Merge pull request #225996 from K900/promtail-journald

promtail: restore journald support
This commit is contained in:
K900 2023-04-13 18:28:47 +03:00 committed by GitHub
commit 70fec8b204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,8 @@ buildGoModule rec {
"cmd/logcli"
];
tags = ["promtail_journal_enabled"];
nativeBuildInputs = [ makeWrapper ];
buildInputs = lib.optionals stdenv.isLinux [ systemd.dev ];