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:
Alex Oprea 2016-10-21 15:25:52 +02:00
parent c00869f732
commit 22692ba3e8

View file

@ -103,10 +103,6 @@ init_iup() {
fi
}
boot() {
init_iup
}
start_service() {
init_iup