Added new sesman config options and fixed startup script

This commit is contained in:
ilsimo 2005-10-23 21:50:08 +00:00
parent e7dbdea767
commit 2b54d20e65
2 changed files with 7 additions and 1 deletions

View File

@ -3,3 +3,9 @@ ListenPort=3350
EnableUserWindowManager=1 EnableUserWindowManager=1
UserWindowManager=startwm.sh UserWindowManager=startwm.sh
DefaultWindowManager=startwm.sh DefaultWindowManager=startwm.sh
[Logging]
LogFile=/usr/local/xrdp/sesman.log
LogLevel=DEBUG
EnableSyslog=0
SyslogLevel=DEBUG

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
cd /usr/local/xrdp cd /usr/local/xrdp
./xrdp& ./xrdp&
./sesman wait& ./sesman > /usr/local/xrdp/sesman.boot.log