From 980ea3049dae68882f1939ef89df64ac85ce2ab0 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Tue, 22 Nov 2022 15:38:55 +0100 Subject: [PATCH] reworking glicid cgroups --- glicid/system/file-systems.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glicid/system/file-systems.scm b/glicid/system/file-systems.scm index db0770d..6c940d3 100644 --- a/glicid/system/file-systems.scm +++ b/glicid/system/file-systems.scm @@ -59,6 +59,5 @@ (create-mount-point? #t) (dependencies (list (car %control-groups))) ) - %control-groups - )) + ) %control-groups ) )