forked from pool/yast2-installation
c82718f4f6
< Mon Jun 25 11:06:48 CEST 2012 - jsuchome@suse.cz < < - ensure 2nd stage is started after SuSEFirewall, so SSH port < can be correctly opened during SSH install (bnc#733361) < - 2.22.8 < < ------------------------------------------------------------------- < Tue Jun 19 14:49:52 CEST 2012 - aschnell@suse.de < < - kill console before reboot (bnc#759627) < (otherwise systemd will not proceed with system shutdown) < < ------------------------------------------------------------------- OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=191
18 lines
476 B
Desktop File
18 lines
476 B
Desktop File
[Unit]
|
|
Description=YaST2 Second Stage
|
|
After=apparmor.service local-fs.target
|
|
Before=getty@tty1.service xdm.service network.service NetworkManager.service SuSEfirewall2_init.service
|
|
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=SYSTEMD_NO_WRAP=1
|
|
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
|