disable coredumps

they waste space, hang the server and we don't analyze them
This commit is contained in:
f 2022-07-30 11:56:08 -03:00
parent 01ec7356a1
commit 411093b40e
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ templates:
- "/etc/ipset.d/blocklist6"
- "/etc/syslog-ng/syslog-ng.conf"
- "/etc/sysctl.d/congestion.conf"
- "/etc/sysctl.d/coredump.conf"
services:
- runlevel: "sysinit"
service: "devfs"

View file

@ -0,0 +1 @@
kernel.core_pattern=/dev/null