mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-16 02:05:11 +03:00
12 lines
306 B
Desktop File
12 lines
306 B
Desktop File
[Unit]
|
|
Description=Tracker data writeback service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.freedesktop.LocalSearch3.Writeback
|
|
ExecStart=/usr/libexec/localsearch-writeback-3
|
|
Restart=on-failure
|
|
# Don't restart after tracker daemon -k (aka tracker-control -k)
|
|
RestartPreventExitStatus=SIGKILL
|
|
Slice=background.slice
|
|
|