diff --git a/Applications/System/systemd-coredump.md b/Applications/System/systemd-coredump.md new file mode 100644 index 0000000..c17a32a --- /dev/null +++ b/Applications/System/systemd-coredump.md @@ -0,0 +1,8 @@ +# [systemd-coredump](https://wiki.archlinux.org/index.php/Core_dump#Using_systemd) + +Edit `/etc/systemd/coredump.conf.d/custom.conf`: + +```txt +[Coredump] +Storage=none +```