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

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