packaging.asciidoc 625 B

123456789101112131415
  1. [[breaking_70_packaging_changes]]
  2. === Packaging changes
  3. [[systemd-service-file-config]]
  4. ==== systemd service file is no longer configuration
  5. The systemd service file `/usr/lib/systemd/system/elasticsearch.service`
  6. was previously marked as a configuration file in rpm and deb packages.
  7. Overrides to the systemd elasticsearch service should be made
  8. in `/etc/systemd/system/elasticsearch.service.d/override.conf`.
  9. ==== tar package no longer includes windows specific files
  10. The tar package previously included files in the `bin` directory meant only
  11. for windows. These files have been removed. Use the `zip` package instead.