2011-08-30 11:41:32 +02:00
|
|
|
[Unit]
|
|
|
|
Description=YaST2 Firstboot
|
|
|
|
After=apparmor.service local-fs.target YaST2-Second-Stage.service
|
|
|
|
Before=getty@tty1.service xdm.service
|
2011-09-23 15:38:07 +02:00
|
|
|
ConditionPathExists=|/var/lib/YaST2/reconfig_system
|
|
|
|
ConditionPathExists=|/run/systemd/keep_running
|
2011-08-30 11:41:32 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2011-09-23 15:38:07 +02:00
|
|
|
ExecStartPre=/bin/touch /run/systemd/keep_running
|
2011-08-30 11:41:32 +02:00
|
|
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
|
|
|
|
ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system
|
2011-09-23 15:38:07 +02:00
|
|
|
ExecStartPost=/bin/rm -f /run/systemd/keep_running
|
|
|
|
TimeoutSec=0
|
|
|
|
RemainAfterExit=true
|
2011-08-30 11:41:32 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|