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