logshipper/logtee :copy stdin to stdout & to a unix socket if present

first draft
This commit is contained in:
Daniel Barlow
2024-09-15 19:33:21 +01:00
parent aaa6e353db
commit 9b1fc11a59
4 changed files with 107 additions and 0 deletions

5
pkgs/logshipper/Makefile Normal file
View File

@@ -0,0 +1,5 @@
TARGETS=logtee # ship-zinc backfill
default: $(TARGETS)
install: $(TARGETS)
install -Dt $(PREFIX)/bin/ logtee