mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
parent
d724e1bd60
commit
41ae6236de
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ function miniupnpd_services()
|
|||
|
||||
$pconfig = array();
|
||||
$pconfig['name'] = 'miniupnpd';
|
||||
$pconfig['description'] = gettext('Univeral Plug and Play');
|
||||
$pconfig['description'] = gettext('Universal Plug and Play');
|
||||
$pconfig['php']['restart'] = array('miniupnpd_stop', 'miniupnpd_start');
|
||||
$pconfig['php']['start'] = array('miniupnpd_start');
|
||||
$pconfig['php']['stop'] = array('miniupnpd_stop');
|
||||
|
|
|
|||
Loading…
Reference in a new issue