post_install() {
  echo "it is recommended to run the exporter as wireguard_exporter user, not as root"
  echo "that requires a sudo rule"
  echo "example: 'wireguard_exporter ALL=(root) NOPASSWD: /usr/bin/wg'"
}
