blob: 1e1c82d5d9933f3eb2dd4f15fbe8697c421a1878 (
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.service
Before=display-manager.service getty@tty1.service
Conflicts=plymouth-quit.service initial-setup-text.service
[Service]
Type=oneshot
ExecStartPre=-/bin/plymouth quit
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
|