fixed ignore option for process map
This commit is contained in:
parent
c16cdec7c4
commit
42beaa25ed
@ -114,8 +114,8 @@ def restart_services():
|
||||
# we have already checked a process with this name
|
||||
continue
|
||||
|
||||
service_name = conf.get('processes', proc_name, fallback=False)
|
||||
if service_name == None:
|
||||
service_name = conf.get('processes', proc_name, fallback=None)
|
||||
if service_name == '':
|
||||
log.debug('Ignoring process {}'.format(proc))
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user