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
|
2015-12-02 15:46:54 +01:00
|
|
|
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
|
2016-01-11 16:37:38 +01:00
|
|
|
Before=display-manager.service network.service
|
2012-02-07 17:31:19 +01:00
|
|
|
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2013-01-07 14:51:42 +01:00
|
|
|
Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux
|
2016-02-26 11:00:44 +01:00
|
|
|
ExecStartPre=-/usr/bin/plymouth quit
|
|
|
|
ExecStartPre=-/usr/bin/plymouth --wait
|
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
|