summaryrefslogtreecommitdiff
path: root/community/sshguard/sshguard.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-25 01:42:20 -0700
committerroot <root@rshg054.dnsready.net>2012-10-25 01:42:20 -0700
commita3b55a0c47a00ac40bc00a4ce87d93f809273840 (patch)
tree6fcc1360f835115b132c35ca978b1f804540a372 /community/sshguard/sshguard.service
parent120df4e0db159525806a9b33364483e76f9d51d3 (diff)
Thu Oct 25 01:42:05 PDT 2012
Diffstat (limited to 'community/sshguard/sshguard.service')
-rw-r--r--community/sshguard/sshguard.service5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/sshguard/sshguard.service b/community/sshguard/sshguard.service
index c317d0932..72e76be40 100644
--- a/community/sshguard/sshguard.service
+++ b/community/sshguard/sshguard.service
@@ -1,10 +1,9 @@
[Unit]
Description=Block hacking attempts
-After=iptables.service
+After=iptables.service network.target
[Service]
-EnvironmentFile=/etc/conf.d/sshguard
-ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl -b /var/db/sshguard/blacklist.db ${SSHGUARD_ARGS}
+ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl -b /var/db/sshguard/blacklist.db
[Install]
WantedBy=multi-user.target