description "starts Sticky Notes"

start on started hildon-desktop

respawn

console none

script
  exec su - user -c "exec /opt/sticky-notes/sticky-notes in-background"
end script
