From ba20a17e72e63abc15653a561d3e670c2a5223d4 Mon Sep 17 00:00:00 2001 From: Jean-Francois GUILLAUME Date: Thu, 29 May 2025 08:30:14 +0000 Subject: [PATCH] Edit networking.scm --- glicid/services/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glicid/services/networking.scm b/glicid/services/networking.scm index dc7cf78..462400b 100644 --- a/glicid/services/networking.scm +++ b/glicid/services/networking.scm @@ -94,6 +94,6 @@ (extensions (list (service-extension shepherd-root-service-type squid-shepherd-service) (service-extension privileged-program-service-type (const %squid-priv)) - (service-extension account-service-type (const %squid-accounts) - (service-extension activation-service-type (const %squid-activation))))) + (service-extension account-service-type (const %squid-accounts)) + (service-extension activation-service-type (const %squid-activation)))) (description "Run @uref{http://www.squid-cache.org/, squid} community developped Squid software.")))