Initial commit
This commit is contained in:
21
overlay/etc/systemd/system/xinit@.service
Normal file
21
overlay/etc/systemd/system/xinit@.service
Normal file
@@ -0,0 +1,21 @@
|
||||
[Unit]
|
||||
Description=Start X.org for user %I
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
Wants=time-sync.target
|
||||
After=time-sync.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=%I
|
||||
WorkingDirectory=~
|
||||
PAMName=xinit
|
||||
TTYPath=/dev/tty7
|
||||
StandardInput=tty
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
ExecStart=/usr/bin/startx
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
||||
Reference in New Issue
Block a user