#!/bin/sh
[ -x /sbin/bootchartd ] || exit 1

# do not enable bootchartd by default
exit 255
