Skip to content

Commit 1f60fcf

Browse files
committed
Merge pull request #3153 from aledbf/disable_automatic_coredump
feat(cloud-init): disable automatic core dumps
2 parents f1bb104 + f50eb36 commit 1f60fcf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

contrib/coreos/user-data.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,7 @@ write_files:
155155
https_proxy=
156156
all_proxy=
157157
no_proxy=
158+
- path: /etc/systemd/coredump.conf
159+
content: |
160+
[Coredump]
161+
Storage=none

0 commit comments

Comments
 (0)