dracut/modules.d/00bootchart/check

6 lines
92 B
Bash

#!/bin/sh
[ -x /sbin/bootchartd ] || exit 1
# do not enable bootchartd by default
exit 255