grnet / synnefo

Synnefo is open source cloud software, used to create massively scalable IaaS clouds.
GNU General Public License v3.0
133 stars 45 forks source link

debian: Use the proper snf-dispatcher script #370

Closed apyrgio closed 9 years ago

apyrgio commented 9 years ago

Get the proper snf-dispatcher script via $(which snf-dispatcher). Using statically the /usr/bin/snf-dispatcher script does not work for development.

apyrgio commented 9 years ago

I will close this PR since this change may confuse those who use snf-dispatcher, as a different executable may run. A warning should be written in the dev guide though that before running service snf-dispatcher restart, in order to see ones changes, the path in the init script must change.