#!/bin/env sh

set -e

if grep -q '#ExecStartPre' /etc/systemd/system/portspoof.service.d/override.conf;
then
  echo
  echo "  Before running portspoof, you need to adapt the configuration"
  echo "  Read /usr/share/doc/portspoof/README.Debian"
  echo
  exit 0
fi

kali-service-start portspoof

