#!/bin/sh
#
if [ "$1" = "prereqs" ]; then
  exit 0
fi


quiet=n

[ -x /sbin/startacpid ] && /sbin/startacpid > /var/log/acpid.log 2>&1

exit 0
