diff options
Diffstat (limited to 'poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in')
-rw-r--r-- | poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in b/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in new file mode 100644 index 000000000..4a9670d8d --- /dev/null +++ b/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in @@ -0,0 +1,7 @@ +# common environment file for sysvinit and systemd + +XSERVER=/usr/bin/Xorg +DISPLAY=:0 +ARGS=" -br -pn @BLANK_ARGS@ @NO_CURSOR_ARG@ " +HOME=@HOME@ +USER=@USER@ |