aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support/tracker/files/tracker-miner-fs.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-support/tracker/files/tracker-miner-fs.service')
-rw-r--r--meta-gnome/recipes-support/tracker/files/tracker-miner-fs.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/tracker/files/tracker-miner-fs.service b/meta-gnome/recipes-support/tracker/files/tracker-miner-fs.service
new file mode 100644
index 0000000000..34d9a1e686
--- /dev/null
+++ b/meta-gnome/recipes-support/tracker/files/tracker-miner-fs.service
@@ -0,0 +1,12 @@
+[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