diff options
author | root <root@rshg054.dnsready.net> | 2013-09-10 01:37:49 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-10 01:37:49 -0700 |
commit | f5039428394b8715a685c006ab4c7421f45d0aff (patch) | |
tree | f5330d39e85a451f7ebfdc2ebbaac0b011c77a7b /community/sshguard/sshguard.service | |
parent | 25f164e4d715807385e621f21bf1715d64d925a8 (diff) |
Tue Sep 10 01:36:04 PDT 2013
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 d6324d459..11115727b 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 -b /var/db/sshguard/blacklist.db +ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl /var/db/sshguard/blacklist.db SYSLOG_FACILITY=4 SYSLOG_FACILITY=10 [Install] WantedBy=multi-user.target |