autostart Xorg on boot

pull/40/head
TomasM 2017-11-02 16:33:53 -04:00
parent fed1bd8781
commit 6eb14cd603
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
/lib/systemd/system/xdm.service

View File

@ -0,0 +1,6 @@
[Unit]
Description=X-Window
After=systemd-user-sessions.service
[Service]
ExecStart=/bin/su --login -c /usr/bin/startx