virtual-appliance/appliances/elasticsearch/elasticsearch.service
Albert Hopkins 2db0b80334 elasticsearch: increase the # of file descriptors
The elasticsearch process needs more file descriptors to run than the
default allows.
2017-05-22 03:14:12 +00:00

14 lines
292 B
Desktop File

[Unit]
Description = ElasticSearch full-text search and analytics engine
After = network.target
[Service]
User = elastic
Group = elastic
LimitNOFILE=65536
Environment=ES_HOME=/var/lib/elasticsearch
ExecStart = /var/lib/elasticsearch/bin/elasticsearch
[Install]
WantedBy = multi-user.target