File systemd.portsentry of Package portsentry
# This file is part of portsentry # Author: Klaus Singvogel <bugzilla@singvogel.com> # Version: 1.0 # Description: portsentry detects portscans and responds to port scans # details see its documentation. [Unit] Description=port scan detection and active response tool After=network.target time-sync.target [Service] Type=forking ExecStart=/etc/init.d/portsentry start ExecStop=/etc/init.d/portsentry stop [Install] WantedBy=multi-user.target