mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
iup: remove boot function so that the start function is used during boot refs #10415
iup needs to be started at boot, not just just configured. (also, iup needs to stop in waiting for default route) So removing the boot function is the good solution.
This commit is contained in:
parent
c00869f732
commit
22692ba3e8
1 changed files with 0 additions and 4 deletions
|
|
@ -103,10 +103,6 @@ init_iup() {
|
|||
fi
|
||||
}
|
||||
|
||||
boot() {
|
||||
init_iup
|
||||
}
|
||||
|
||||
start_service() {
|
||||
init_iup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue