mirror of
https://github.com/srlabs/blue-merle.git
synced 2024-12-22 05:44:59 -05:00
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:
parent
948db4b6fa
commit
bdc8837660
@ -7,7 +7,7 @@
|
|||||||
# the order of the services to be started (or stopped). The lower the number,
|
# the order of the services to be started (or stopped). The lower the number,
|
||||||
# the earlier the service is started.
|
# the earlier the service is started.
|
||||||
# We observe "repeater" having the value 15. "network" 20. We certainly want to ahead of those.
|
# We observe "repeater" having the value 15. "network" 20. We certainly want to ahead of those.
|
||||||
START=14
|
START=10
|
||||||
STOP=99
|
STOP=99
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
# We want to run ahead of "gl-tertf" which, currently, has a prioprity of 60.
|
# 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.
|
# We also want to run ahead of "gl_clients" which has 99.
|
||||||
START=59
|
START=9
|
||||||
STOP=99
|
STOP=99
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
Loading…
Reference in New Issue
Block a user