2
0

move log fifo away from /run/log which doesn't exist yet

This commit is contained in:
2025-10-27 21:16:17 +00:00
parent 9e042bd385
commit c29416a287
+3 -1
View File
@@ -25,7 +25,9 @@ let
types
;
cfg = config.logging;
fifo = "${cfg.directory}/.fifo";
# don't put this in /run/log because logtap tries to create it
# before s6-log makes the directory
fifo = "/run/.log-fifo";
logger =
let