Skip to content

Commit

Permalink
net/upnp: proper start at boot
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jan 26, 2017
1 parent 60b0b8f commit a0742c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/upnp/src/etc/inc/plugins.inc.d/miniupnpd.inc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function miniupnpd_stop()

function miniupnpd_configure()
{
return array('miniupnpd_configure_do');
return array('bootup' => array('miniupnpd_configure_do'));
}

function miniupnpd_uuid()
Expand Down

0 comments on commit a0742c3

Please sign in to comment.