fail2ban: create pid directory before starting the service
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user