I'm using corosync and pacemaker on a debian, and at each reboot I need to start pacemaker by hand. Is there a solution to make it happend automaticaly?
Tanks a lot.
I'm using corosync and pacemaker on a debian, and at each reboot I need to start pacemaker by hand. Is there a solution to make it happend automaticaly?
Tanks a lot.
Did you try enabeling them with update-rc.d It's the same way you do it in ubuntu described here?
update-rc.d pacemaker defaults
update-rc.d corosync defaults