Skip to content

Commit cb8c045

Browse files
authored
fix(service): Add systemd unit option that prevents service from failing to start on Debian and Elasticsearch 8.x (#826) (#819)
1 parent 1acd410 commit cb8c045

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# elasticsearch Cookbook Changelog
22

3+
## Unreleased
4+
5+
* fix(service): Add systemd unit option that prevents service from failing to start on Debian and Elasticsearch 8.x ([#826](https://github.com/sous-chefs/elasticsearch/issues/826))
6+
37
Standardise files with files in sous-chefs/repo-management
48
Standardise files with files in sous-chefs/repo-management
59

resources/service.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
service_config = {
4444
Type: 'notify',
45+
NotifyAccess: 'all',
4546
RuntimeDirectory: 'elasticsearch',
4647
PrivateTmp: 'true',
4748
Environment: [

0 commit comments

Comments
 (0)