app-misc/elasticsearch: call tmpfiles_process in 6.8.19

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2021-10-04 15:50:09 +03:00
parent d8aa680a27
commit 18ca6eee1e

View File

@@ -85,4 +85,6 @@ pkg_postinst() {
ewarn "prior to keystore generation or you may experience startup fails."
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
}