Change default Xorg logfile to .xorgxrdp.%s.log
The log file is created in the home directory, %s is replaced with the display number (e.g. 10). If Xorg is run setuid root, it can refuse to run if the log path is absolute.
This commit is contained in:
parent
8516d6d66b
commit
9cbf3d1bb8
@ -85,7 +85,7 @@ param=-noreset
|
|||||||
param=-nolisten
|
param=-nolisten
|
||||||
param=tcp
|
param=tcp
|
||||||
param=-logfile
|
param=-logfile
|
||||||
param=/dev/null
|
param=.xorgxrdp.%s.log
|
||||||
|
|
||||||
[Chansrv]
|
[Chansrv]
|
||||||
; drive redirection, defaults to xrdp_client if not set
|
; drive redirection, defaults to xrdp_client if not set
|
||||||
|
Loading…
Reference in New Issue
Block a user