mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-11 03:28:36 +01:00
icwmp: fix starting of icwmpd when enabled
When disabling, it is necessary to run start after stop. This will not actually start icwmpd as there is a condition in start_service but it is needed for the triggers to be registered. Otherwise, icwmpd will not start later when enabled.
This commit is contained in:
parent
038f5af58f
commit
72e5126a0f
1 changed files with 1 additions and 0 deletions
|
|
@ -259,6 +259,7 @@ reload_service() {
|
|||
ret="0"
|
||||
if [ "$enable_cwmp" = "0" ]; then
|
||||
stop
|
||||
start
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue