Skip to content

Commit

Permalink
update systemd init script from github user @rathann
Browse files Browse the repository at this point in the history
  • Loading branch information
mrash committed Feb 24, 2017
1 parent 697ddb0 commit 430ded8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions init-scripts/systemd/psad.service
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[Unit]
Description=Job that runs the psad daemon
Description=The Port Scan Attack Detector (psad)
Documentation=man:psad(8) https://www.cipherdyne.org/psad/

[Service]
Type=forking
ExecStart=/usr/sbin/psad -c /etc/psad/psad.conf
ExecStart=/usr/sbin/psad
ExecStop=/usr/sbin/psad --Kill
ExecReload=/usr/sbin/psad --HUP
PIDFile=/var/run/psad/psad.pid

[Install]
WantedBy=multi-user.target

0 comments on commit 430ded8

Please sign in to comment.