summarylogtreecommitdiffstats
path: root/sshguard.service
blob: 1f8c4df626a3df3268b60b7820e689f96b314038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=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/sshguard
Restart=always

[Install]
WantedBy=multi-user.target