From c87ad71eaba6faea16c19f6895b0a714084d3d76 Mon Sep 17 00:00:00 2001 From: thespad Date: Fri, 14 Jun 2024 22:53:30 +0100 Subject: [PATCH] Redirect error output to null --- root/etc/s6-overlay/s6-rc.d/svc-xrdp-sesman/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/s6-overlay/s6-rc.d/svc-xrdp-sesman/run b/root/etc/s6-overlay/s6-rc.d/svc-xrdp-sesman/run index 1100766..9500acd 100755 --- a/root/etc/s6-overlay/s6-rc.d/svc-xrdp-sesman/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-xrdp-sesman/run @@ -4,6 +4,6 @@ fdmove -c 2 1 # Notify service manager when xrdp is up -s6-notifyoncheck -w 500 -c "nc -zU /run/xrdp/sesman.socket" +s6-notifyoncheck -w 500 -c "redirfd -w 2 /dev/null nc -zU /run/xrdp/sesman.socket" /usr/sbin/xrdp-sesman --nodaemon