post_install() {
    systemd-sysusers elasticsearch.conf
    systemd-tmpfiles --create elasticsearch.conf
}

post_upgrade(){
    systemd-tmpfiles --create elasticsearch.conf
}
