diff options
author | root <root@rshg054.dnsready.net> | 2012-10-25 01:42:20 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-25 01:42:20 -0700 |
commit | a3b55a0c47a00ac40bc00a4ce87d93f809273840 (patch) | |
tree | 6fcc1360f835115b132c35ca978b1f804540a372 /community/sshguard/sshguard.service | |
parent | 120df4e0db159525806a9b33364483e76f9d51d3 (diff) |
Thu Oct 25 01:42:05 PDT 2012
Diffstat (limited to 'community/sshguard/sshguard.service')
-rw-r--r-- | community/sshguard/sshguard.service | 5 |
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 |