fix(telnet): use busybox-static for telnetd applet, rm stale fifo on restart

This commit is contained in:
2026-04-12 01:39:31 -04:00
parent f8ae9ce2a6
commit 1484d2f625
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ HIST
fi
# Logging pipeline: named pipe → rsyslogd (RFC 5424) → stdout
rm -f /var/run/decnet-logs
mkfifo /var/run/decnet-logs
# Relay pipe to stdout so Docker captures all syslog events