description "libesd0"
author "Graham Cobb <g+770@cobb.uk.net>"

start on started pulseaudio

stop on starting shutdown

console none

script
  # libesd requires a softlink in /tmp/ to work
  if [ ! -d /tmp/.esd-29999 ]
  then
    ln -sf /tmp/.esd /tmp/.esd-29999
  fi
end script
