Change service type from oneshot service to idle service 09/30709/1 accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20141124.160616 accepted/tizen/mobile/20141126.050209 submit/tizen/20141124.133753
authorBaptiste DURAND <baptiste.durand@open.eurogiciel.org>
Mon, 24 Nov 2014 13:19:18 +0000 (14:19 +0100)
committerBaptiste DURAND <baptiste.durand@open.eurogiciel.org>
Mon, 24 Nov 2014 13:19:18 +0000 (14:19 +0100)
This permits to avoid TC-2153

BUG-Tizen=TC-2153
Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
Change-Id: I7502a2473672b460e4117a68e548482c30c0aa3c

xwalk_widgets_preinstall.service

index 6692444..781432d 100644 (file)
@@ -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]