start services earlier to make the client tracking work

My hypothesis is that our script does not fully finish before the next
daemon starts. I don't fully understand why our script does not seem to
finish before the next script runs. But this appears to be working
better.
This commit is contained in:
Tobias Mueller 2023-10-18 22:37:12 +02:00
parent 948db4b6fa
commit bdc8837660
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
# the order of the services to be started (or stopped). The lower the number,
# the earlier the service is started.
# We observe "repeater" having the value 15. "network" 20. We certainly want to ahead of those.
START=14
START=10
STOP=99
start() {

View File

@ -7,7 +7,7 @@
# We want to run ahead of "gl-tertf" which, currently, has a prioprity of 60.
# We also want to run ahead of "gl_clients" which has 99.
START=59
START=9
STOP=99
start() {