/scripts/

tatic/better-cgit-markdown-heading-color.css'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/linux.scm
AgeCommit message (Expand)Author
2024-02-05services: kernel-module-lodaer: Add udev requirement....Otherwise, modules will be loaded before udev starts, and load events won't be handled. * gnu/services/linux.scm (kernel-module-loader-shepherd-service)[requirement]: Add 'udev. Change-Id: Ib65028978f96012604b54b27a56501d4388b0f34 Hilton Chain
2023-10-07services: fstrim-service-type: Serialize with SRFI-171 transducers....* gnu/services/linux.scm (serialize-fstrim-configuration): Refactor to use base-transducer. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2023-08-21gnu: earlyoom: Improve description....* gnu/services/linux.scm (earlyoom-service-type)[description]: Tweak.