yast2-installation/YaST2-Second-Stage.service
Jiří Suchomel e6c7e57213 2,9d1
< Mon Jan  7 13:06:32 CET 2013 - jsuchome@suse.cz
< 
< - set new keyboard layout right after selecting (bnc#796589)
< - added SYSTEMCTL_OPTIONS to Firstboot/Second Stage services
<   (bnc#791076)
< - 2.23.7
< 
< -------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=212
2013-01-07 13:51:42 +00:00

19 lines
578 B
Desktop File

[Unit]
Description=YaST2 Second Stage
After=apparmor.service local-fs.target plymouth-start.service
Before=getty@tty1.service xdm.service network.service NetworkManager.service SuSEfirewall2_init.service
ConditionPathExists=/var/lib/YaST2/runme_at_boot
[Service]
Type=oneshot
Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux
ExecStartPre=-/usr/bin/plymouth --hide-splash
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
RemainAfterExit=yes
TimeoutSec=0
ExecStartPost=/bin/rm -f /var/lib/YaST2/runme_at_boot
StandardInput=tty
[Install]
WantedBy=default.target