author "Malte Marquarding"
description "starts the mafw dbus wrapper for current tack info"

start on started hildon-desktop

respawn

console none

script
  exec su - user -c "exec /opt/mafw-trackinfo/mafw_trackinfo.py"
end script
