Hi, I'm installing ElasticSearch from .deb package (from elasticsearch repository) on the Linux server with Debian jessie (testing). This is a second node I installed, the first one was done about 3 month ago also on Debian jessie but before the distriv was switched to systemd. And I had no any problems with that first node.
Now, on the fresh install, when I try to start the service by: /etc/init.d/elasticsearch start I get an error message: [....] Starting elasticsearch (via systemctl): elasticsearch.serviceFailed to start elasticsearch.service: Unit elasticsearch.service failed to load: No such file or directory. failed! As I understand for starting service with systemd (I skip all words about the idea to switch to it) I need first to register/enable it via something like: /bin/systemctl enable elasticsearch.service But config file "elasticsearch.service" is included only in RPM package and not available in .deb. Two questions: 1. For developers - is it possible to include in elasticsearch.deb package all config files that are needed for systemd? 2. Can anybody to share the working examples of such configs to start elasticsearch with systemd under Debian jessie? Many thanks, Alexandr -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/96535eab-3cb6-4e59-baa0-c8a6ceb80dd9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
