aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2018-08-07 04:08:29 -0700
committerguidosarducci <guidosarducci@users.noreply.github.com>2018-09-23 21:55:03 -0700
commit7a1cfd43e956235010e321aa4c2cbcf0d12a56aa (patch)
treed7bd546e43dc6aa3942a26d36ca0805f326a0b2a /net
parent1170686cbab9a017d49cb532918a4e4c4a9c490d (diff)
stubby: remove unnecessary core limit
Remove the limit setting core="unlimited", since this shouldn't be needed in production use (i.e. non-debug) and on an embedded platform, which is why it's rarely used by any existing packages. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'net')
-rw-r--r--net/stubby/files/stubby.init2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/stubby/files/stubby.init b/net/stubby/files/stubby.init
index 1f2ce16e2..19743f15d 100644
--- a/net/stubby/files/stubby.init
+++ b/net/stubby/files/stubby.init
@@ -13,8 +13,6 @@ start_service() {
procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
- procd_set_param limits core="unlimited"
-
procd_set_param file /etc/stubby/stubby.yml
procd_set_param stdout 1