View | Details | Raw Unified | Return to bug 209016
Collapse All | Expand All

(-)zabbix3-server/files/zabbix_server.in (-1 / +1 lines)
Lines 36-42 Link Here
36
36
37
find_pidfile()
37
find_pidfile()
38
{
38
{
39
	if get_pidfile_from_conf PidFile ${zabbix_agentd_config}; then
39
	if get_pidfile_from_conf PidFile ${zabbix_server_config}; then
40
		pidfile="$_pidfile_from_conf"
40
		pidfile="$_pidfile_from_conf"
41
	else
41
	else
42
		pidfile="/tmp/${name}.pid"
42
		pidfile="/tmp/${name}.pid"

Return to bug 209016