1
0
Files
thermostat/xinit@.service
2021-04-29 09:36:49 -05:00

16 lines
262 B
Desktop File

[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