We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af84052 commit 67daa16Copy full SHA for 67daa16
bosh-templates/cloud_controller_api_ctl.erb
@@ -68,7 +68,9 @@ case $1 in
68
# Configure the core file location
69
mkdir -p /var/vcap/sys/cores
70
chown vcap:vcap /var/vcap/sys/cores
71
- echo /var/vcap/sys/cores/core-%e-%s-%p-%t > /proc/sys/kernel/core_pattern
+ <% if p("cc.tweak_proc_sys") %>
72
+ echo /var/vcap/sys/cores/core-%e-%s-%p-%t > /proc/sys/kernel/core_pattern
73
+ <% end %>
74
75
ulimit -c unlimited
76
0 commit comments