aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support/tracker/files/tracker-store.service
blob: c5037f3ab94c6ffb2880d72302b92393a0551cce (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=@LIBEXECDIR@/tracker-store

[Install]
WantedBy=multi-user.target