From d47916552da5322720f63efefe29344f8df0ad05 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Wed, 18 Oct 2023 13:24:47 +0200 Subject: [PATCH] volatile macs: match our service's priority to our dependencies The value of 20 is probably a copy and paste leftover from the blue-merle service. The real START value that we care about is 60. --- files/etc/init.d/volatile-client-macs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/etc/init.d/volatile-client-macs b/files/etc/init.d/volatile-client-macs index 128d06f..8624a2e 100644 --- a/files/etc/init.d/volatile-client-macs +++ b/files/etc/init.d/volatile-client-macs @@ -5,8 +5,9 @@ # We intent to have the device store the database in RAM rather than on flash. # We replace the directory with a memory-backed tmpfs which is as volatile as we can make it. -# We want to run ahead of "gl-tertf" which, currently, has a prioprity of 20. -START=19 +# 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 STOP=99 start() {