aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/tracker/files/tracker-store.service
blob: 7ca9ff08bcb2da402d7e1b29732d7f3156a1053c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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=/usr/libexec/tracker-store

[Install]
WantedBy=multi-user.target