summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-10-11 18:26:28 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-10-11 18:26:28 -0400
commitd2bdde27a08739130fd8cfe077607944aaae9772 (patch)
tree8588d535d8fa474f279bb3e30d89741cfff76273 /etc/inc/services.inc
parent9228de6c4d231ab1325014e8341f5d0f981a0af0 (diff)
downloadpfsense-d2bdde27a08739130fd8cfe077607944aaae9772.zip
pfsense-d2bdde27a08739130fd8cfe077607944aaae9772.tar.gz
Be more verbose with miniupnpd logs. otherwise practically nothing is logged.
Diffstat (limited to 'etc/inc/services.inc')
-rw-r--r--etc/inc/services.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 9ca1166..ebfd5b9 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -1289,7 +1289,7 @@ function upnp_action ($action) {
switch($action) {
case "start":
if(file_exists('/var/etc/miniupnpd.conf'))
- mwexec_bg('/usr/local/sbin/miniupnpd -f /var/etc/miniupnpd.conf');
+ mwexec_bg('/usr/local/sbin/miniupnpd -d -f /var/etc/miniupnpd.conf');
break;
case "stop":
while((int)exec("pgrep miniupnpd | wc -l") > 0)
OpenPOWER on IntegriCloud