mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
zabbix: fix typo zabbix-agent
cannot create PID file [/run/zabbix-agentd/zabbix_agentd.pid]
This commit is contained in:
parent
da8e2bda65
commit
7bf49c1cd8
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agent
|
install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agentd
|
||||||
chpst -u _zabbix_agent:_zabbix_agent zabbix_agentd -f -c /etc/zabbix_agentd.conf
|
chpst -u _zabbix_agent:_zabbix_agent zabbix_agentd -f -c /etc/zabbix_agentd.conf
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zabbix'
|
# Template file for 'zabbix'
|
||||||
pkgname=zabbix
|
pkgname=zabbix
|
||||||
version=4.2.1
|
version=4.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libxml2 --with-gnutls --with-libcurl --with-net-snmp
|
configure_args="--with-libxml2 --with-gnutls --with-libcurl --with-net-snmp
|
||||||
--with-mysql --enable-server --enable-ipv6 --with-ssh2 --enable-agent
|
--with-mysql --enable-server --enable-ipv6 --with-ssh2 --enable-agent
|
||||||
|
|
Loading…
Add table
Reference in a new issue