From ce24612ab6c78524853b9571a61f290cb166e8d4 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Thu, 12 May 2022 22:20:14 +0200 Subject: [PATCH] updating squid service --- glicid/services/networking.scm | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/glicid/services/networking.scm b/glicid/services/networking.scm index 140b421..de187ae 100644 --- a/glicid/services/networking.scm +++ b/glicid/services/networking.scm @@ -84,11 +84,7 @@ "-k" "reconfigure" "-f" #$config-file ) - #:pid-file #$pid-file - #:log-file #$log-file - #:user (passwd:uid (getpwnam "squid")) - #:group (passwd:gid (getpwnam "squid")) - ))) + )#t)) ) (shepherd-action (name 'check-config) @@ -101,11 +97,7 @@ "-k" "parse" "-f" #$config-file ) - #:pid-file #$pid-file - #:log-file #$log-file - #:user (passwd:uid (getpwnam "squid")) - #:group (passwd:gid (getpwnam "squid")) - ))) + )#t)) ) (shepherd-action (name 'kill) @@ -118,11 +110,7 @@ "-k" "kill" "-f" #$config-file ) - #:pid-file #$pid-file - #:log-file #$log-file - #:user (passwd:uid (getpwnam "squid")) - #:group (passwd:gid (getpwnam "squid")) - ))) + )#t)) ) )) )