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)) ) )) )