I'd like the heartbeat service to turn off before haproxy is stopped and to turn on before it starts on a Ubuntu 14.04 Server. What is the best way to accomplish this? I'm sure one of these days I'm going to forget the proper order and so try not to depend on the keenness of my own memory.
Asked
Active
Viewed 162 times
0
-
So you want to tie those two services in a way if you run service haproxy stop, so that it stops heartbeat first, or you just want to ensure proper order on server boot and shutdown? – Jakov Sosic Jun 13 '15 at 10:48
-
The first, boot order is fine. – flickerfly Jun 13 '15 at 12:54