PIDDIR should be /var/run, not /var/run/xrdp
There are no references to /var/run/xrdp anywhere else in the code.
This commit is contained in:
parent
2893fefc91
commit
dac8bf728a
@ -18,7 +18,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
BASE=__BASE__
|
||||
DAEMON=${BASE}/sbin/xrdp
|
||||
SDAEMON=${BASE}/sbin/xrdp-sesman
|
||||
PIDDIR=/var/run/xrdp/
|
||||
PIDDIR=/var/run/
|
||||
SESMAN_START=yes
|
||||
#USERID=xrdp
|
||||
# the X11rdp backend only works as root at the moment - GH 20/03/2013
|
||||
|
Loading…
Reference in New Issue
Block a user