summarylogtreecommitdiffstats
path: root/ssshguard.service
blob: 4c7153a0d7b062a70b3622274fd5f26fbb2e474d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Simplified SSHGuard - blocks brute-force login attempts
After=iptables.service
After=ip6tables.service
After=libvirtd.service
After=firewalld.service
After=nftables.service

[Service]
ExecStart=/usr/sbin/ssshguard
Restart=always

[Install]
WantedBy=multi-user.target