Fix Gentoo init script

This commit is contained in:
James Campbell 2024-06-06 00:51:04 -04:00
parent 9b527e172d
commit 20c897d37a
Signed by: james
GPG Key ID: 2287C33A40DC906A

View File

@ -12,8 +12,9 @@ SOCKET="/var/run/${agent_name}.socket"
pidfile="$PID_FILE"
command_background="/usr/bin/pgmon"
command="/usr/bin/pgmon"
command_args="--server -c '$CONFIG_FILE' -l '$LOG_FILE' -s '$SOCKET'"
command_background="true"
command_user="zabbix:zabbix"
start_pre() {