# checkbox-event
#
# Runs checkbox when booting.

description     "checkbox boot event"
author          "Marc Tardif <marc.tardif@canonical.com>"

start on stopped rc2
start on stopped rc3

console output

exec /usr/bin/checkbox-cli -c "checkbox/plugins/blacklist=manual_prompt intro_prompt final_prompt" --log-level=debug --log=/var/log/checkbox.log
