12 lines
297 B
INI
12 lines
297 B
INI
[Unit]
|
|
Description=Tracker data writeback service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.freedesktop.Tracker3.Writeback
|
|
ExecStart=/usr/libexec/tracker-writeback-3
|
|
Restart=on-failure
|
|
# Don't restart after tracker daemon -k (aka tracker-control -k)
|
|
RestartPreventExitStatus=SIGKILL
|
|
Slice=background.slice
|