fail2ban: create pid directory before starting the service
This commit is contained in:
parent
94143907b9
commit
51fcf96a0a
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
mkdir -p /var/run/fail2ban
|
||||||
|
|
||||||
exec fail2ban-server -f
|
exec fail2ban-server -f
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fail2ban'
|
# Template file for 'fail2ban'
|
||||||
pkgname=fail2ban
|
pkgname=fail2ban
|
||||||
version=0.9.6
|
version=0.9.6
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue