yast2-installation/YaST2-Second-Stage.service
Jiří Suchomel 8413a35265 2,13d1
< Wed Nov 16 13:18:40 CET 2011 - jsuchome@suse.cz
< 
< - merged texts from proofreading
< - 2.22.0 
< 
< -------------------------------------------------------------------
< Thu Nov 10 14:27:55 UTC 2011 - fcrozat@suse.com
< 
< - Disable routing initscript commands through systemd, prevent
<   lockups.
< 
< -------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=167
2011-11-16 12:22:03 +00:00

18 lines
449 B
Desktop File

[Unit]
Description=YaST2 Second Stage
After=apparmor.service local-fs.target
Before=getty@tty1.service xdm.service network.service NetworkManager.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