Initial commit
This commit is contained in:
commit
df5befa9d1
45 changed files with 2030 additions and 0 deletions
9
root-fs/etc/systemd/system/x11.service
Normal file
9
root-fs/etc/systemd/system/x11.service
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
After=systemd-user-sessions.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/su root -l -c /usr/bin/startx
|
||||
Environment="DISPLAY=:0"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in a new issue