mirror of
https://github.com/linuxserver/docker-baseimage-rdesktop.git
synced 2026-02-20 08:39:58 +08:00
Redirect error output to null
This commit is contained in:
parent
47d4680e7e
commit
c87ad71eab
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user