2011-08-30 11:42:13 +02:00
|
|
|
[Unit]
|
|
|
|
Description=YaST2 Second Stage
|
|
|
|
After=apparmor.service local-fs.target
|
|
|
|
Before=getty@tty1.service xdm.service
|
2011-10-07 14:46:47 +02:00
|
|
|
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
2011-08-30 11:42:13 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
|
2011-09-23 15:39:01 +02:00
|
|
|
RemainAfterExit=yes
|
|
|
|
TimeoutSec=0
|
2011-08-30 11:42:13 +02:00
|
|
|
ExecStartPost=/bin/rm -f /var/lib/YaST2/runme_at_boot
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|