Fix pgmon init script

This commit is contained in:
2024-06-06 00:49:45 -04:00
parent e1153f5b08
commit 28a13889ef
2 changed files with 3 additions and 2 deletions

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() {