mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
inspircd: Fix permissions on /var/run/inspircd
This commit is contained in:
parent
3dc48f2bf5
commit
5208173459
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
if [ ! -d /var/run/inspircd ]; then
|
if [ ! -d /var/run/inspircd ]; then
|
||||||
mkdir -m0755 -p /var/run/inspircd
|
mkdir -m0755 -p /var/run/inspircd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
chown inspircd:inspircd /var/run/inspircd
|
||||||
|
|
||||||
exec chpst -u inspircd inspircd \
|
exec chpst -u inspircd inspircd \
|
||||||
--nofork --config /etc/inspircd/inspircd.conf \
|
--nofork --config /etc/inspircd/inspircd.conf \
|
||||||
--logfile /var/log/inspircd/ircd.log
|
--logfile /var/log/inspircd/ircd.log
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'inspircd'
|
# Template file for 'inspircd'
|
||||||
pkgname=inspircd
|
pkgname=inspircd
|
||||||
version=2.0.23
|
version=2.0.23
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl pkg-config"
|
hostmakedepends="perl pkg-config"
|
||||||
makedepends="geoip-devel libressl-devel sqlite-devel"
|
makedepends="geoip-devel libressl-devel sqlite-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue