summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/snac_netbsd6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/snac_netbsd b/examples/snac_netbsd
index 06991b1..19c221a 100644
--- a/examples/snac_netbsd
+++ b/examples/snac_netbsd
@@ -31,4 +31,8 @@ snac_precmd() {
31} 31}
32 32
33load_rc_config $name 33load_rc_config $name
34run_rc_command "$1" \ No newline at end of file 34
35# increase the number of file descriptors
36ulimit -n 1024
37
38run_rc_command "$1"