mirror of https://github.com/BOINC/boinc.git
Remote server management:
start (Python script): remove a stop_daemons file on every host
This commit is contained in:
parent
f554c58e16
commit
71a63c8bc7
|
@ -416,8 +416,7 @@ def run_daemon(task):
|
|||
def run_daemons():
|
||||
found_any = False
|
||||
if verbose: print "Starting daemons"
|
||||
if is_main_host:
|
||||
remove_stop_daemons()
|
||||
remove_stop_daemons()
|
||||
for task in config.daemons:
|
||||
if task.host != local_hostname:
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue