From: Youngsoo Choi Date: Wed, 13 May 2020 05:59:49 +0000 (-0700) Subject: Change wrt-service symlink to wrt-service-launcher X-Git-Tag: accepted/tizen/unified/20200603.150222~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=636733b2230362869af9d1086173ffb0ec679efa;p=platform%2Fcore%2Fappfw%2Fwgt-backend.git Change wrt-service symlink to wrt-service-launcher The wrt-service has been changed with wrt-service-launcher to launch service daemon properly. Change-Id: Ie0377742be3e9bde23ba6dbfda69a3addd2b3cbd Signed-off-by: Youngsoo Choi --- diff --git a/src/wgt/step/filesystem/step_create_wgt_symbolic_link.cc b/src/wgt/step/filesystem/step_create_wgt_symbolic_link.cc index 8581504..c6ea4fd 100644 --- a/src/wgt/step/filesystem/step_create_wgt_symbolic_link.cc +++ b/src/wgt/step/filesystem/step_create_wgt_symbolic_link.cc @@ -22,7 +22,7 @@ namespace bs = boost::system; namespace { -const char kWrtServiceBinaryPath[] = "/usr/bin/wrt-service"; +const char kWrtServiceBinaryPath[] = "/usr/bin/wrt-service-launcher"; const char kWebWidgetRuntimeBinaryPath[] = "/usr/bin/web-widget-runtime"; const char kWRTPath[] = "/usr/bin/wrt";