diff options
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 |