forked from pool/yast2-installation
This commit is contained in:
parent
e36353b8d2
commit
9c0be56187
15
YaST2-Firstboot.service
Normal file
15
YaST2-Firstboot.service
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[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
|
Loading…
Reference in New Issue
Block a user