yast2-installation/YaST2-Firstboot.service
YaST Team Bot cd353f027e - Changed /bin/rm path to /usr/bin/rm path (bnc#882453)
- 3.1.96

- directly export autoyast profile to target file (bnc#881108)
- 3.1.95

- removed random_finish client, haveged service is by default
  enabled, no need for explicit enabling by Yast
  (gh#yast/yast-installation#214)
- 3.1.94

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=629
2014-06-24 12:35:47 +00:00

20 lines
653 B
Desktop File

[Unit]
Description=YaST2 Firstboot
After=apparmor.service local-fs.target YaST2-Second-Stage.service plymouth-start.service
Before=getty@tty1.service xdm.service network.service NetworkManager.service
ConditionPathExists=/var/lib/YaST2/reconfig_system
[Service]
Type=oneshot
Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux
ExecStartPre=-/usr/bin/plymouth --hide-splash
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/reconfig_system
ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service
TimeoutSec=0
RemainAfterExit=true
StandardInput=tty
[Install]
WantedBy=default.target