Files
basementhud/rootfs/overlay/usr/lib/systemd/system/xinit@.service
Dustin C. Hatch 778fb9ec7b
Some checks are pending
basementhud/pipeline/head This commit looks good
fedora-pi-netboot/pipeline/head Build started...
Initial commit
2022-03-19 09:58:56 -05:00

22 lines
368 B
Desktop File

[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