Do not run scim in daemon mode 08/10108/1 submit/tizen/20130918.203111
authorChengwei Yang <chengwei.yang@intel.com>
Wed, 18 Sep 2013 07:53:23 +0000 (15:53 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Wed, 18 Sep 2013 07:57:15 +0000 (15:57 +0800)
In systemd environment, run service in no-daemonized mode is recommended
and that's much simple to track the service launched by systemd.

Meanwhile, this patch also fix scim.service fails to be activated due to
it fail to connect PanelAgent server currently and so timed out. And
then the whole user session timed out.

Change-Id: I840e39e9236c35c859cc972899440209b3abc500
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
packaging/isf.changes
packaging/isf.spec [changed mode: 0755->0644]
scim.service [moved from packaging/scim.service with 79% similarity]

index f551dd4..384bfd0 100644 (file)
@@ -1,3 +1,6 @@
+* Wed Sep 18 2013 Chengwei yang <chengwei.yang@intel.com>
+- Fix activate scim.service failed
+
 * Wed Jun 19 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130619.143358@6b9f91e
 - do not depend on e17 in %post
 
old mode 100755 (executable)
new mode 100644 (file)
similarity index 79%
rename from packaging/scim.service
rename to scim.service
index 3662666..3b8a845 100644 (file)
@@ -3,8 +3,7 @@ Description=Start the input service framework panel
 After=e17.service
 
 [Service]
-Type=forking
-ExecStart=/usr/bin/scim -d
+ExecStart=/usr/bin/scim
 Nice=5
 Restart=always
 RestartSec=2