map-agent: set START order 97

Map-agent init.d script sets up the appropriate UCI configurations, and must run before map-controller with start order 98
This commit is contained in:
Jakob Olsson 2025-11-10 15:13:13 +01:00
parent 9280ddd093
commit ca78501dba

View file

@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
START=98
START=97
STOP=20
USE_PROCD=1