2012-02-07 16:31:19 +00:00
|
|
|
[Unit]
|
|
|
|
Description=YaST2 Firstboot
|
2016-06-01 12:04:13 +00:00
|
|
|
After=apparmor.service local-fs.target plymouth-start.service YaST2-Second-Stage.service
|
2022-03-17 16:16:08 +00:00
|
|
|
# Run after kernels are purged to prevent a zypper lock (bsc#1196431)
|
|
|
|
After=purge-kernels.service
|
2018-01-18 13:21:57 +00:00
|
|
|
Conflicts=plymouth-start.service
|
2015-12-02 14:46:54 +00:00
|
|
|
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
|
2020-02-19 09:54:39 +00:00
|
|
|
Before=serial-getty@hvc0.service serial-getty@ttyAMA0.service
|
2022-03-21 00:48:28 +00:00
|
|
|
Before=display-manager.service xvnc.socket
|
2012-02-07 16:31:19 +00:00
|
|
|
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
2018-06-12 15:34:03 +00:00
|
|
|
OnFailure=shutdown.target
|
2012-02-07 16:31:19 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2017-12-18 16:06:49 +00:00
|
|
|
Environment=TERM=linux
|
2018-08-02 14:15:24 +00:00
|
|
|
ExecStartPre=/bin/sh -c "/usr/bin/plymouth quit 2>/dev/null || :"
|
2012-02-07 16:31:19 +00:00
|
|
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
|
2014-06-24 12:35:47 +00:00
|
|
|
ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/reconfig_system
|
2013-09-26 10:10:30 +00:00
|
|
|
ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service
|
2012-02-07 16:31:19 +00:00
|
|
|
TimeoutSec=0
|
|
|
|
RemainAfterExit=true
|
|
|
|
StandardInput=tty
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|