mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-27 22:34:55 +00:00
more verbosity in synctl
This commit is contained in:
@@ -252,6 +252,7 @@ def main():
|
||||
for running_pid in running_pids:
|
||||
while pid_running(running_pid):
|
||||
time.sleep(0.2)
|
||||
write("All processes exited; now restarting...")
|
||||
|
||||
if action == "start" or action == "restart":
|
||||
if start_stop_synapse:
|
||||
|
||||
Reference in New Issue
Block a user