diff options
| author | ilsimo <ilsimo> | 2005-10-23 21:50:08 +0000 |
|---|---|---|
| committer | ilsimo <ilsimo> | 2005-10-23 21:50:08 +0000 |
| commit | 2b54d20e6509fbd457445985369e83abc585b17e (patch) | |
| tree | 88127446f2bee2691ae64888fc16025140022863 | |
| parent | e7dbdea767e3478c9255b15c3fe6f928f253c438 (diff) | |
| download | xrdp-proprietary-2b54d20e6509fbd457445985369e83abc585b17e.tar.gz xrdp-proprietary-2b54d20e6509fbd457445985369e83abc585b17e.zip | |
Added new sesman config options and fixed startup script
| -rw-r--r-- | instfiles/sesman.ini | 6 | ||||
| -rwxr-xr-x | instfiles/xrdpstart.sh | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/instfiles/sesman.ini b/instfiles/sesman.ini index 079f99d5..7b26059a 100644 --- a/instfiles/sesman.ini +++ b/instfiles/sesman.ini @@ -3,3 +3,9 @@ ListenPort=3350 EnableUserWindowManager=1 UserWindowManager=startwm.sh DefaultWindowManager=startwm.sh + +[Logging] +LogFile=/usr/local/xrdp/sesman.log +LogLevel=DEBUG +EnableSyslog=0 +SyslogLevel=DEBUG diff --git a/instfiles/xrdpstart.sh b/instfiles/xrdpstart.sh index b91a65af..d731e819 100755 --- a/instfiles/xrdpstart.sh +++ b/instfiles/xrdpstart.sh @@ -1,4 +1,4 @@ #!/bin/bash cd /usr/local/xrdp ./xrdp& -./sesman wait& +./sesman > /usr/local/xrdp/sesman.boot.log |
