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.
This commit is contained in:
Tobias Mueller 2023-10-18 13:24:47 +02:00
parent 03c262a8c3
commit d47916552d
1 changed files with 3 additions and 2 deletions

View File

@ -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() {