I am installing elasticsearch 2.2.1 on Ubuntu 14.04. Following this guide https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-repositories.html
Ubuntu 14.04 has SysV (/etc/init.d)
when running $ sudo update-rc.d elasticsearch defaults 95 10
I get: update-rc.d: /etc/init.d/elasticsearch: file does not exist
I suppose I could write my own script, but that will take time, and i suppose that the one that is supposed to be there would be better / more robust.
I have tried uninstalling and reinstalling the package already.