# Adding pacemakerd on update-rc service list

if [ -x "/etc/init.d/pacemaker" ]; then
  update-rc.d pacemaker defaults 91 00 >/dev/null
fi
