remote: Enable core dump generation.

* src/cuirass/remote-server.scm (remote-server): Enable core dump generation.
This commit is contained in:
Mathieu Othacehe 2021-02-26 14:47:44 +01:00
parent 44df41ca7a
commit a5346d615e
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 4 additions and 0 deletions

View File

@ -476,6 +476,10 @@ exiting."
(%package-database database)
(%public-key public-key)
(%private-key private-key))
;; Enable core dump generation.
(setrlimit 'core #f #f)
(when user
(gather-user-privileges user))