forked from pool/yast2-installation
This commit is contained in:
parent
0bcb2b8bba
commit
d8ca0a23ba
@ -2,14 +2,17 @@
|
|||||||
Description=YaST2 Firstboot
|
Description=YaST2 Firstboot
|
||||||
After=apparmor.service local-fs.target YaST2-Second-Stage.service
|
After=apparmor.service local-fs.target YaST2-Second-Stage.service
|
||||||
Before=getty@tty1.service xdm.service
|
Before=getty@tty1.service xdm.service
|
||||||
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
ConditionPathExists=|/var/lib/YaST2/reconfig_system
|
||||||
|
ConditionPathExists=|/run/systemd/keep_running
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
#TTYPath=/var/lib/YaST2/run_suseconfig
|
ExecStartPre=/bin/touch /run/systemd/keep_running
|
||||||
#StandardOutput=tty
|
|
||||||
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
|
||||||
ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system
|
ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system
|
||||||
|
ExecStartPost=/bin/rm -f /run/systemd/keep_running
|
||||||
|
TimeoutSec=0
|
||||||
|
RemainAfterExit=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
Loading…
Reference in New Issue
Block a user