2012-02-07 17:31:19 +01:00
|
|
|
[Unit]
|
|
|
|
Description=YaST2 Firstboot
|
2012-06-26 10:57:48 +02:00
|
|
|
After=apparmor.service local-fs.target YaST2-Second-Stage.service plymouth-start.service
|
2012-02-07 17:31:19 +01:00
|
|
|
Before=getty@tty1.service xdm.service network.service NetworkManager.service
|
|
|
|
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2013-01-07 14:51:42 +01:00
|
|
|
Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux
|
2012-06-26 10:57:48 +02:00
|
|
|
ExecStartPre=-/usr/bin/plymouth --hide-splash
|
2012-02-07 17:31:19 +01:00
|
|
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
|
|
|
|
ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system
|
|
|
|
TimeoutSec=0
|
|
|
|
RemainAfterExit=true
|
|
|
|
StandardInput=tty
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|