bundles/elasticsearch: add override.conf
This commit is contained in:
parent
908a6420b3
commit
5f5de3f109
2 changed files with 11 additions and 0 deletions
5
bundles/elasticsearch/files/override.conf
Normal file
5
bundles/elasticsearch/files/override.conf
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[Service]
|
||||||
|
ExecStart=
|
||||||
|
|
||||||
|
# same as in original unit file, but without --quiet
|
||||||
|
ExecStart=/usr/share/elasticsearch/bin/systemd-entrypoint -p ${PID_DIR}/elasticsearch.pid
|
|
@ -5,6 +5,12 @@ files = {
|
||||||
'svc_systemd:elasticsearch:restart',
|
'svc_systemd:elasticsearch:restart',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
'/etc/systemd/system/elasticsearch.service.d/override.conf': {
|
||||||
|
'triggers': {
|
||||||
|
'action:systemd-reload',
|
||||||
|
'svc_systemd:elasticsearch:restart',
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
svc_systemd = {
|
svc_systemd = {
|
||||||
|
|
Loading…
Reference in a new issue