reason being, that even if you pass [:stop, :disable] to service_actions, if the service_config updates, it will restart zookeeper regardless, resulting in a running zookeeper. Also there may be situations where you would not like to have zookeeper restart automatically. (controlled/rolling restarts, etc)
reason being, that even if you pass
[:stop, :disable]
to service_actions, if the service_config updates, it will restart zookeeper regardless, resulting in a running zookeeper. Also there may be situations where you would not like to have zookeeper restart automatically. (controlled/rolling restarts, etc)