Skip to content

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.

Merge request reports