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