1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-16 18:25:12 +03:00
pmaports/extra-repos/systemd/systemd-services/user-tracker-control.service
Clayton Craft d60a83adaf
systemd/systemd-services: add localsearch unit files (MR 6194)
[ci:skip-build]: already built successfully in CI
2025-03-05 11:22:51 +01:00

12 lines
313 B
Desktop File

[Unit]
Description=Tracker Filesystem Indexing Proxy
ConditionUser=!@system
[Service]
Type=dbus
BusName=org.freedesktop.Tracker3.Miner.Files.Control
ExecStart=/usr/libexec/localsearch-control-3
Restart=on-failure
# Don't restart after tracker daemon -k (aka tracker-control -k)
RestartPreventExitStatus=SIGKILL