Change wrt-service symlink to wrt-service-launcher 71/233271/1
authorYoungsoo Choi <kenshin.choi@samsung.com>
Wed, 13 May 2020 05:59:49 +0000 (22:59 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Wed, 13 May 2020 09:36:10 +0000 (02:36 -0700)
The wrt-service has been changed with wrt-service-launcher
to launch service daemon properly.

Change-Id: Ie0377742be3e9bde23ba6dbfda69a3addd2b3cbd
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
src/wgt/step/filesystem/step_create_wgt_symbolic_link.cc

index 8581504..c6ea4fd 100644 (file)
@@ -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";