Skip to content

Commit

Permalink
Redirect error output to null
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jun 14, 2024
1 parent 47d4680 commit c87ad71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-xrdp-sesman/run
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c87ad71

Please sign in to comment.