summaryrefslogtreecommitdiffstats
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 000000000..34d9a1e68
--- /dev/null
+++ b/meta-gnome/recipes-support/tracker/files/tracker-miner-fs.service
@@ -0,0 +1,12 @@
1[Unit]
2Description=tracker-miner-fs
3After=syslog.target local-fs.target udev.service dbus.service tracker-store.service
4Requires=tracker-store.service
5
6[Service]
7Environment=HOME=/home/root
8EnvironmentFile=-/tmp/tracker.env
9ExecStart=@LIBEXECDIR@/tracker-miner-fs
10
11[Install]
12WantedBy=multi-user.target