Jiří Suchomel 2011-08-30 09:41:32 +00:00 committed by Git OBS Bridge
parent e36353b8d2
commit 9c0be56187

15
YaST2-Firstboot.service Normal file
View 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