From 70d77572ef845390d1f5411855a545035446df6fdced4a6f58fab7e45faeab3d Mon Sep 17 00:00:00 2001 From: Jiri Srain Date: Fri, 7 Oct 2011 12:46:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=136 --- YaST2-Firstboot.service | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/YaST2-Firstboot.service b/YaST2-Firstboot.service index 8cdb491..61b2194 100644 --- a/YaST2-Firstboot.service +++ b/YaST2-Firstboot.service @@ -2,15 +2,12 @@ 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 -ConditionPathExists=|/run/systemd/keep_running +ConditionPathExists=/var/lib/YaST2/reconfig_system [Service] Type=oneshot -ExecStartPre=/bin/touch /run/systemd/keep_running ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system -ExecStartPost=/bin/rm -f /run/systemd/keep_running TimeoutSec=0 RemainAfterExit=true