stubby: remove unnecessary core limit
authorTony Ambardar <redacted>
Tue, 7 Aug 2018 11:08:29 +0000 (04:08 -0700)
committerguidosarducci <redacted>
Mon, 24 Sep 2018 04:55:03 +0000 (21:55 -0700)
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 <redacted>
net/stubby/files/stubby.init

index 1f2ce16e2bcb8737b9a0c0579688dfa16bfd9808..19743f15deb0999532e351002cb695b004f813da 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT