mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
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:
parent
4fffd02b75
commit
b8ee0edeca
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=09
|
||||
START=11
|
||||
|
||||
USE_PROCD=1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue