mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-01-03 03:20:52 -05:00
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:
parent
03c262a8c3
commit
d47916552d
@ -5,8 +5,9 @@
|
|||||||
# We intent to have the device store the database in RAM rather than on flash.
|
# 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 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.
|
# We want to run ahead of "gl-tertf" which, currently, has a prioprity of 60.
|
||||||
START=19
|
# We also want to run ahead of "gl_clients" which has 99.
|
||||||
|
START=59
|
||||||
STOP=99
|
STOP=99
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
Loading…
Reference in New Issue
Block a user