diff options
Diffstat (limited to 'community/sshguard/sshguard.service')
-rw-r--r-- | community/sshguard/sshguard.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sshguard/sshguard.service b/community/sshguard/sshguard.service index 11115727b..1c019fde2 100644 --- a/community/sshguard/sshguard.service +++ b/community/sshguard/sshguard.service @@ -4,7 +4,7 @@ After=iptables.service ip6tables.service network.target Wants=iptables.service ip6tables.service [Service] -ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl /var/db/sshguard/blacklist.db SYSLOG_FACILITY=4 SYSLOG_FACILITY=10 +ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl "-b /var/db/sshguard/blacklist.db" SYSLOG_FACILITY=4 SYSLOG_FACILITY=10 [Install] WantedBy=multi-user.target |