Files
meta-openembedded/meta-oe/recipes-support/tracker/files/tracker-miner-fs.service
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
302 B
Desktop File

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