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

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