summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInHong Han <inhong1.han@samsung.com>2016-09-01 09:43:06 +0900
committerInHong Han <inhong1.han@samsung.com>2016-09-01 10:57:51 +0900
commitee4f7f51ede10e9d97f81abf9c1b104123baa49a (patch)
tree4b844822bb21ba2daf258e1ae9c8274b4f87af6c
parentce102ebf6f4681ff149a77316ec5737a65f89f82 (diff)
downloadisf-config-ee4f7f51ede10e9d97f81abf9c1b104123baa49a.tar.gz
isf-config-ee4f7f51ede10e9d97f81abf9c1b104123baa49a.tar.bz2
isf-config-ee4f7f51ede10e9d97f81abf9c1b104123baa49a.zip
Implement lazy mount
Change-Id: I1838aecee6d1e89d593dd7f48125ee1a28e54579
-rw-r--r--packaging/isf-config-mobile.spec6
-rw-r--r--scim.path6
2 files changed, 2 insertions, 10 deletions
diff --git a/packaging/isf-config-mobile.spec b/packaging/isf-config-mobile.spec
index 13d32e1..9784f72 100644
--- a/packaging/isf-config-mobile.spec
+++ b/packaging/isf-config-mobile.spec
@@ -24,8 +24,7 @@ rm -rf %{buildroot}
%__cp etc/scim/conf/* %{buildroot}%{_sysconfdir}/scim/conf
%__cp scim.service %{buildroot}%{_prefix}/lib/systemd/user
-%__cp scim.path %{buildroot}%{_prefix}/lib/systemd/user
-ln -sf ../scim.path %{buildroot}%{_prefix}/lib/systemd/user/default.target.wants/scim.path
+ln -sf ../scim.service %{buildroot}%{_prefix}/lib/systemd/user/default.target.wants/scim.service
%post
mkdir -p %{_sysconfdir}/systemd/default-extra-dependencies/ignore-units.d/
@@ -36,6 +35,5 @@ ln -sf %{_prefix}/lib/systemd/user/scim.service %{_sysconfdir}/systemd/default-e
%defattr(-,root,root,-)
/etc/scim/conf/*
%{_prefix}/lib/systemd/user/scim.service
-%{_prefix}/lib/systemd/user/scim.path
-%{_prefix}/lib/systemd/user/default.target.wants/scim.path
+%{_prefix}/lib/systemd/user/default.target.wants/scim.service
%license LICENSE.APLv2
diff --git a/scim.path b/scim.path
deleted file mode 100644
index f2fbf95..0000000
--- a/scim.path
+++ /dev/null
@@ -1,6 +0,0 @@
-[Unit]
-Description=This path will tell you that isf (scim) daemons are ready to launch
-
-[Path]
-PathExists=/run/.wm_ready
-