From 3b135c1c790617110c588be29a02ede60cac69c6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 6 Jun 2016 20:43:53 -0400 Subject: move things --- src/systemd-coredump/coredump.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/systemd-coredump/coredump.conf (limited to 'src/systemd-coredump/coredump.conf') diff --git a/src/systemd-coredump/coredump.conf b/src/systemd-coredump/coredump.conf new file mode 100644 index 0000000000..c2f0643e03 --- /dev/null +++ b/src/systemd-coredump/coredump.conf @@ -0,0 +1,21 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# Entries in this file show the compile time defaults. +# You can change settings by editing this file. +# Defaults can be restored by simply deleting this file. +# +# See coredump.conf(5) for details. + +[Coredump] +#Storage=external +#Compress=yes +#ProcessSizeMax=2G +#ExternalSizeMax=2G +#JournalSizeMax=767M +#MaxUse= +#KeepFree= -- cgit v1.2.3-54-g00ecf