From 8fc1ab38cee9262b04cd52fe8af00754d892b1c2 Mon Sep 17 00:00:00 2001 From: "jin0.kim" Date: Mon, 11 Jan 2016 14:14:48 +0830 Subject: Update the way of launching App as app_launcher Change-Id: Ia6a59704ebf6200160080a829c030fa4d63b4fb8 --- packaging/quickpanel-system.service | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packaging/quickpanel-system.service b/packaging/quickpanel-system.service index 4ab75b6..8e4582a 100755 --- a/packaging/quickpanel-system.service +++ b/packaging/quickpanel-system.service @@ -1,11 +1,13 @@ [Unit] Description=Start the Quickpanel +Requires=ac.service +After=ac.service [Service] Type=simple EnvironmentFile=/run/tizen-system-env -ExecStart=/usr/apps/org.tizen.quickpanel/bin/quickpanel -#ExecStart=/usr/bin/app_launcher -s org.tizen.quickpanel +#ExecStart=/usr/apps/org.tizen.quickpanel/bin/quickpanel +ExecStart=/usr/bin/app_launcher -s org.tizen.quickpanel __LAUNCH_APP_MODE__ SYNC Restart=always RestartSec=0 KillSignal=SIGKILL -- cgit v1.2.3