mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-05 23:23:02 +02:00
Since `conmon` only logs the output from the monitored container's `stdout`/`stderr`, we might as well get rid of `k8s-logger`, and let the output pass through to finit, which will then pipe the messages to syslog. Fix #836
5 lines
219 B
Plaintext
5 lines
219 B
Plaintext
task name:container-%i :setup \
|
|
[2345] container -n %i setup -- Setup container %i
|
|
sysv <!usr/container:%i> :%i pid:!/run/container:%i.pid log:prio:local1,tag:%i kill:10 \
|
|
[2345] container -n %i -- container %i
|