mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 00:42:34 -04:00
net/pptp: proper start at boot
This commit is contained in:
parent
7ca10a301e
commit
60b0b8ff11
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue