Skip to content

Commit 98d29f3

Browse files
committed
Add systemd unit option that prevents service from failing to start on Debian and Elasticsearch 8.x.
1 parent cd97888 commit 98d29f3

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
@@ -40,6 +40,7 @@
4040
},
4141
Service: {
4242
Type: 'notify',
43+
NotifyAccess: 'all',
4344
RuntimeDirectory: 'elasticsearch',
4445
PrivateTmp: 'true',
4546
Environment: [

0 commit comments

Comments
 (0)