fail2ban: create pid directory before starting the service

This commit is contained in:
Enno Boland 2017-01-14 02:54:02 +01:00
parent 94143907b9
commit 51fcf96a0a
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
mkdir -p /var/run/fail2ban
exec fail2ban-server -f

View File

@ -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"