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