mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
Systemd overrides should happen through /etc/systemd/system, not directly editing the service file. This commit removes marking the service file as configuration for rpm and deb packages.
11 lines
413 B
Plaintext
11 lines
413 B
Plaintext
[[breaking_70_packaging_changes]]
|
|
=== Packaging changes
|
|
|
|
[[systemd-service-file-config]]
|
|
==== systemd service file is no longer configuration
|
|
|
|
The systemd service file `/usr/lib/systemd/system/elasticsearch.service`
|
|
was previously marked as a configuration file in rpm and deb packages.
|
|
Overrides to the systemd elasticsearch service should be made
|
|
in `/etc/systemd/system/elasticsearch.service.d/override.conf`.
|