logmngr: start logmngr after boot script has applied uci-defaults

init.d/boot script applies uci-defaults, and it has a start of 10,
so we start logmngr at 11, so that uci-defaults scripts have
completed their run
This commit is contained in:
Mohd Husaam Mehdi 2026-01-22 20:07:44 +05:30
parent 4fffd02b75
commit b8ee0edeca

View file

@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
START=09
START=11
USE_PROCD=1