From f625ad300d1bfe4b6a96864c57b827de6a429937eb523d108719022bbf2bdeed Mon Sep 17 00:00:00 2001 From: Jiri Srain Date: Fri, 7 Oct 2011 12:46:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=140 --- YaST2-Second-Stage.service | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index c06b34c..78f5eb2 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.service @@ -2,17 +2,14 @@ Description=YaST2 Second Stage After=apparmor.service local-fs.target Before=getty@tty1.service xdm.service -ConditionPathExists=|/var/lib/YaST2/runme_at_boot -ConditionPathExists=|/run/systemd/keep_running +ConditionPathExists=/var/lib/YaST2/runme_at_boot [Service] Type=oneshot -ExecStart=/bin/touch /run/systemd/keep_running ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage RemainAfterExit=yes TimeoutSec=0 ExecStartPost=/bin/rm -f /var/lib/YaST2/runme_at_boot -ExecStartPost=/bin/rm -f /run/systemd/keep_running [Install] WantedBy=default.target