Fix Gentoo init script
This commit is contained in:
parent
9b527e172d
commit
20c897d37a
@ -12,8 +12,9 @@ SOCKET="/var/run/${agent_name}.socket"
|
|||||||
|
|
||||||
pidfile="$PID_FILE"
|
pidfile="$PID_FILE"
|
||||||
|
|
||||||
command_background="/usr/bin/pgmon"
|
command="/usr/bin/pgmon"
|
||||||
command_args="--server -c '$CONFIG_FILE' -l '$LOG_FILE' -s '$SOCKET'"
|
command_args="--server -c '$CONFIG_FILE' -l '$LOG_FILE' -s '$SOCKET'"
|
||||||
|
command_background="true"
|
||||||
command_user="zabbix:zabbix"
|
command_user="zabbix:zabbix"
|
||||||
|
|
||||||
start_pre() {
|
start_pre() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user