summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/elasticsearch/elasticsearch-6.8.19.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/elasticsearch/elasticsearch-6.8.19.ebuild b/app-misc/elasticsearch/elasticsearch-6.8.19.ebuild
index 24df69cda8d5..8fe587826d7b 100644
--- a/app-misc/elasticsearch/elasticsearch-6.8.19.ebuild
+++ b/app-misc/elasticsearch/elasticsearch-6.8.19.ebuild
@@ -86,5 +86,5 @@ pkg_postinst() {
ewarn "chown root:${PN} /etc/${PN} && chmod 2750 /etc/${PN}"
ewarn "chown root:${PN} /etc/${PN}/${PN}.keystore && chmod 0660 /etc/${PN}/${PN}.keystore"
- tmpfiles_process
+ tmpfiles_process /usr/lib/tmpfiles.d/elasticsearch.conf
}