summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/tracker/files/tracker-store.service
diff options
context:
space:
mode:
authorShakeel, Muhammad <muhammad_shakeel@mentor.com>2013-09-06 11:52:58 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-17 19:06:27 +0200
commit19a61e1f0cbe9e59b7de9f36106a2f9e32f880fa (patch)
tree2754b541800a9a695831936444fa3ea3e6a85bf2 /meta-oe/recipes-support/tracker/files/tracker-store.service
parentc5ae85fec74412cf3bb1c8f3cdcc43d25a4c5fc5 (diff)
downloadmeta-openembedded-19a61e1f0cbe9e59b7de9f36106a2f9e32f880fa.tar.gz
tracker: Do not use hardcoded paths in systemd service files
- 'sed' base_bindir and libexecdir in service files to align these with a particular distro - Fix whitespaces Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/tracker/files/tracker-store.service')
-rw-r--r--meta-oe/recipes-support/tracker/files/tracker-store.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/tracker/files/tracker-store.service b/meta-oe/recipes-support/tracker/files/tracker-store.service
index 7ca9ff08bc..c5037f3ab9 100644
--- a/meta-oe/recipes-support/tracker/files/tracker-store.service
+++ b/meta-oe/recipes-support/tracker/files/tracker-store.service
@@ -6,7 +6,7 @@ BindTo=tracker-dbus.service
6 6
7[Service] 7[Service]
8EnvironmentFile=-/tmp/tracker.env 8EnvironmentFile=-/tmp/tracker.env
9ExecStart=/usr/libexec/tracker-store 9ExecStart=@LIBEXECDIR@/tracker-store
10 10
11[Install] 11[Install]
12WantedBy=multi-user.target 12WantedBy=multi-user.target