From 72afa2665266e7d34d0c0177a3ddde4d2e8a3b67 Mon Sep 17 00:00:00 2001 From: Baptiste DURAND Date: Mon, 24 Nov 2014 14:19:18 +0100 Subject: [PATCH] Change service type from oneshot service to idle service This permits to avoid TC-2153 BUG-Tizen=TC-2153 Signed-off-by: Baptiste DURAND Change-Id: I7502a2473672b460e4117a68e548482c30c0aa3c --- xwalk_widgets_preinstall.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwalk_widgets_preinstall.service b/xwalk_widgets_preinstall.service index 6692444..781432d 100644 --- a/xwalk_widgets_preinstall.service +++ b/xwalk_widgets_preinstall.service @@ -3,7 +3,7 @@ Description=Installation of pre-installed widgets ConditionPathExists=!%h/.applications/install_done [Service] -Type=oneshot +Type=idle ExecStart=/usr/bin/install_widgets.sh [Install] -- 2.7.4