summaryrefslogtreecommitdiffstats
path: root/systemd/initial-setup-graphical.service
blob: d6d3f15e2669f71ca0ff2f0ad2818b6a9c9e7a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Initial Setup configuration program
After=livesys.service plymouth-quit-wait.service
Before=display-manager.service getty@tty1.service
Conflicts=plymouth-quit-wait.service initial-setup-text.service

[Service]
Type=oneshot
ExecStartPre=
ExecStart=/bin/xinit /bin/firstboot-windowmanager /bin/initial-setup -- /bin/Xorg :9 -ac -nolisten tcp
ExecStartPost=/bin/systemctl disable initial-setup-graphical.service initial-setup-text.service
TimeoutSec=0
RemainAfterExit=no
SysVStartPriority=99

[Install]
WantedBy=graphical.target