1
0
Fork 0
thermostat/xinit@.service

16 lines
262 B
INI

[Unit]
Description=Start X.org for user %I
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
User=%I
WorkingDirectory=~
TTYPath=/dev/tty7
StandardInput=tty
ExecStart=/usr/bin/startx
Restart=always
[Install]
WantedBy=graphical.target