description "Rich-core event file for Upstart"
author "Eero Tamminen"

# ideally, we should setup rich-core when mounting has been done,
# but there doesn't seem to be a suitable event for that for now.

start on started ke-recv
stop on starting shutdown

# Retaining the actual rich-core setup in the old initscript
# for now as doing it all from the Upstart event script had
# some issues. Eventually we should ditch it, though.

exec /etc/init.d/rich-core-dumps start
