2012-02-07 17:31:19 +01:00
|
|
|
[Unit]
|
|
|
|
Description=YaST2 Second Stage
|
2012-06-26 10:58:06 +02:00
|
|
|
After=apparmor.service local-fs.target plymouth-start.service
|
2013-01-23 16:01:32 +01:00
|
|
|
Before=getty@tty1.service xdm.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service
|
2012-02-07 17:31:19 +01:00
|
|
|
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2013-01-07 14:51:42 +01:00
|
|
|
Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux
|
2012-06-26 10:58:06 +02:00
|
|
|
ExecStartPre=-/usr/bin/plymouth --hide-splash
|
2012-02-07 17:31:19 +01:00
|
|
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
|
|
|
|
RemainAfterExit=yes
|
|
|
|
TimeoutSec=0
|
|
|
|
ExecStartPost=/bin/rm -f /var/lib/YaST2/runme_at_boot
|
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
|
|
|
StandardInput=tty
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|