2011-08-30 11:41:32 +02:00
|
|
|
[Unit]
|
|
|
|
Description=YaST2 Firstboot
|
|
|
|
After=apparmor.service local-fs.target YaST2-Second-Stage.service
|
2011-11-06 18:07:32 +01:00
|
|
|
Before=getty@tty1.service xdm.service network.service NetworkManager.service
|
2011-10-07 14:46:09 +02:00
|
|
|
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
2011-08-30 11:41:32 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2011-11-16 13:22:03 +01:00
|
|
|
Environment=SYSTEMD_NO_WRAP=1
|
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
|
|
|
TimeoutSec=0
|
|
|
|
RemainAfterExit=true
|
2011-10-14 13:46:54 +02:00
|
|
|
StandardInput=tty
|
2011-08-30 11:41:32 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|