mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-16 18:25:12 +03:00
12 lines
313 B
Desktop File
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
|
|
|