Files
Shakeel, Muhammad 19a61e1f0c 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>
2013-09-17 19:06:27 +02:00

13 lines
273 B
Desktop File

[Unit]
Description=tracker-store
After=syslog.target local-fs.target dbus.service
Requires=dbus.service tracker-dbus.service
BindTo=tracker-dbus.service
[Service]
EnvironmentFile=-/tmp/tracker.env
ExecStart=@LIBEXECDIR@/tracker-store
[Install]
WantedBy=multi-user.target