diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2025-02-05 19:23:49 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2025-02-20 21:22:16 +0000 |
commit | 342e18b4841d37e8c98016725d6108b1d72f8563 (patch) | |
tree | b777a5bbda3e2b8a9b2a59508a0608e74ce3b5c2 /vlogger | |
parent | a8f0e58428de51a055bf31db44965266ff7d5640 (diff) | |
download | runit-otel-master.tar runit-otel-master.tar.gz runit-otel-master.tar.bz2 runit-otel-master.tar.lz runit-otel-master.tar.xz runit-otel-master.tar.zst runit-otel-master.zip |
/etc/vlogger can be hijacked to send stdout/stderr logs on a void-linux
systems to otel. This first implementation does just that.
Diffstat (limited to 'vlogger')
-rwxr-xr-x | vlogger | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#!/usr/bin/env sh +exec /usr/local/bin/runit-otel $@ | logger |