mirror of https://github.com/fail2ban/fail2ban
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
236 B
13 lines
236 B
12 years ago
|
[Unit]
|
||
|
Description=Fail2ban Service
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/fail2ban-client -x start
|
||
|
ExecStop=/usr/bin/fail2ban-client stop
|
||
|
ExecReload=/usr/bin/fail2ban-client reload
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=network.target
|