From 367a0c4d464bbecb46926f14fdf80a55efa14c32 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 13 Dec 2023 03:53:31 -0300 Subject: etc/guix/system.scm: Enable core dumps by default Start with no limit on the size of the core dump. --- etc/sh/rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/sh') diff --git a/etc/sh/rc b/etc/sh/rc index 8abef18..10158e1 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -3,6 +3,8 @@ export ENV=~/.profile +ulimit -c unlimited + export XDG_DATA_DIRS="$XDG_DATA_HOME/flatpak/exports/share:/var/lib/flatpak/exports/share${XDG_DATA_DIRS:+:}${XDG_DATA_DIRS:-}" -- cgit v1.2.3