mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-05 14:38:50 -04:00
more verbosity in synctl
This commit is contained in:
parent
551422051b
commit
15e8ed874f
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ def main():
|
||||||
for running_pid in running_pids:
|
for running_pid in running_pids:
|
||||||
while pid_running(running_pid):
|
while pid_running(running_pid):
|
||||||
time.sleep(0.2)
|
time.sleep(0.2)
|
||||||
|
write("All processes exited; now restarting...")
|
||||||
|
|
||||||
if action == "start" or action == "restart":
|
if action == "start" or action == "restart":
|
||||||
if start_stop_synapse:
|
if start_stop_synapse:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue