From bdc88376608949a82088c5a59ad8a7648e13dfc0 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Wed, 18 Oct 2023 22:37:12 +0200 Subject: [PATCH] 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. --- files/etc/init.d/blue-merle | 2 +- files/etc/init.d/volatile-client-macs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/etc/init.d/blue-merle b/files/etc/init.d/blue-merle index ecbdc4f..3b7ed8b 100755 --- a/files/etc/init.d/blue-merle +++ b/files/etc/init.d/blue-merle @@ -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() { diff --git a/files/etc/init.d/volatile-client-macs b/files/etc/init.d/volatile-client-macs index e31ce26..2769a31 100644 --- a/files/etc/init.d/volatile-client-macs +++ b/files/etc/init.d/volatile-client-macs @@ -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() {