net/pptp: proper start at boot

This commit is contained in:
Franco Fichtner 2017-01-26 23:03:17 +01:00
parent 7ca10a301e
commit 60b0b8ff11

View file

@ -32,7 +32,7 @@
function if_pptp_configure()
{
return array('if_pptp_configure_do');
return array('bootup' => array('if_pptp_configure_do'));
}
function if_pptp_services()