mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 06:31:29 +00:00
Install empty /etc/fail2ban/jail.d directory
This commit is contained in:
parent
2aa8ddea4d
commit
d3ce9e860f
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -66,6 +66,9 @@ setup(
|
|||
('/etc/fail2ban/action.d',
|
||||
glob("config/action.d/*.conf")
|
||||
),
|
||||
('/etc/fail2ban/jail.d',
|
||||
''
|
||||
),
|
||||
('/var/run/fail2ban',
|
||||
''
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue