switch logtap to use fifo unstead of af_unix

This commit is contained in:
Daniel Barlow
2025-10-08 19:02:53 +01:00
parent af6e41db7a
commit 71aed767f2
2 changed files with 120 additions and 95 deletions

View File

@@ -278,10 +278,7 @@ in
eat = longrun {
name = "log-shipping-pipe-eat";
run = ''
fdmove -c 12 1 \
${pkgs.s6}/bin/s6-ipcserver ${cfg.shipping.socket} \
fdmove -c 1 12 \
cat
cat ${cfg.shipping.socket}
'';
producer-for = spew.name;
};