aboutsummaryrefslogtreecommitdiffstats
path: root/config/tftp/tftp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/tftp/tftp.inc')
-rw-r--r--config/tftp/tftp.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/tftp/tftp.inc b/config/tftp/tftp.inc
index 61d81b4a..40aed550 100644
--- a/config/tftp/tftp.inc
+++ b/config/tftp/tftp.inc
@@ -233,7 +233,7 @@ function php_install_command()
write_rcfile(array(
"file" => "tftp.sh",
- "start" => "/usr/sbin/inetd",
+ "start" => "/usr/sbin/inetd -l",
"stop" => "killall -9 inetd"
)
);