Skip to content

Commit

Permalink
Merge pull request #596 from kongfei605/journald_revert
Browse files Browse the repository at this point in the history
revert jorunald
  • Loading branch information
kongfei605 authored Aug 10, 2023
2 parents c04114e + 4ce1270 commit 587c879
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion logs/input/journald/launcher.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !no_logs && linux && amd64
//go:build !no_logs && systemd

// Unless explicitly stated otherwise all files in this repository are licensed
// under the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion logs/input/journald/launcher_nosystemd.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !no_logs && !(linux && amd64)
//go:build !no_logs

// Unless explicitly stated otherwise all files in this repository are licensed
// under the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion logs/input/journald/tailer.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !no_logs && linux && amd64
//go:build !no_logs && systemd

// Unless explicitly stated otherwise all files in this repository are licensed
// under the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion logs/input/journald/tailer_util.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !no_logs && linux && amd64
//go:build !no_logs && systemd

// Unless explicitly stated otherwise all files in this repository are licensed
// under the Apache License Version 2.0.
Expand Down

0 comments on commit 587c879

Please sign in to comment.