mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 03:04:29 +00:00
- '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>
13 lines
273 B
Desktop File
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
|