Skip to content

Commit 9ff46be

Browse files
committed
fix(service): Add systemd unit option that prevents service from failing to start on Debian and Elasticsearch 8.x.
1 parent 1acd410 commit 9ff46be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)