autostart Xorg on boot
parent
fed1bd8781
commit
6eb14cd603
|
|
@ -0,0 +1 @@
|
|||
/lib/systemd/system/xdm.service
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=X-Window
|
||||
After=systemd-user-sessions.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/su --login -c /usr/bin/startx
|
||||
Loading…
Reference in New Issue