~ruther/guix-config

ref: db663d56a4c4a8f7787eff3b8d743ba1ae1b6f70 guix-config/modules/ruther/services/system.scm -rw-r--r-- 1.3 KiB
feat: core dumps service for putting core dumps to system folder

Rather than putting core dumps to currently working directory,
this makes it so that core dumps are outputted to /var/lib/dumps.
This makes it nicer 1. to find dumps, 2. to actually have multiple
dumps without them being overriden as the format of the name is chosen
as well.

The default format of the name is to put in unix timestamp, pid of the
process and path to the process.