From: Baptiste DURAND Date: Mon, 24 Nov 2014 13:19:18 +0000 (+0100) Subject: Change service type from oneshot service to idle service X-Git-Tag: accepted/tizen/common/20141124.160616^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F30709%2F1;p=profile%2Fcommon%2Fwrt-widgets.git 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 --- 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]