mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-25 07:45:16 +03:00
18 lines
409 B
Desktop File
18 lines
409 B
Desktop File
[Unit]
|
|
Description=Tracker file system data miner
|
|
ConditionUser=!root
|
|
ConditionUser=!gnome-initial-setup
|
|
After=gnome-session.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.freedesktop.LocalSearch3
|
|
ExecStart=/usr/libexec/localsearch-3
|
|
Restart=on-failure
|
|
# Don't restart after tracker daemon -k (aka tracker-control -k)
|
|
RestartPreventExitStatus=SIGKILL
|
|
Slice=background.slice
|
|
|
|
[Install]
|
|
WantedBy=gnome-session.target
|
|
|