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

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