forked from pool/yast2-installation
16 lines
413 B
SYSTEMD
16 lines
413 B
SYSTEMD
|
[Unit]
|
||
|
Description=YaST2 Firstboot
|
||
|
After=apparmor.service local-fs.target YaST2-Second-Stage.service
|
||
|
Before=getty@tty1.service xdm.service
|
||
|
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
#TTYPath=/var/lib/YaST2/run_suseconfig
|
||
|
#StandardOutput=tty
|
||
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
|
||
|
ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|