From 288ff2840a5d854ea4362a274ec9711f756688bb Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Tue, 20 Jun 2023 11:59:41 +0200 Subject: [PATCH] sssd service --- glicid/services/authentication.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glicid/services/authentication.scm b/glicid/services/authentication.scm index be867f1..29f56a5 100644 --- a/glicid/services/authentication.scm +++ b/glicid/services/authentication.scm @@ -59,6 +59,6 @@ (service-type (name 'sssd) (extensions (list - (service-extension shepherd-root-service-type sssd-service) + (service-extension shepherd-root-service-type sssd-shepherd-service) (service-extension activation-service-type (const %sssd-activation)))) (description "Run sssd")))