diff --git a/glicid/services/networking.scm b/glicid/services/networking.scm index 7b70566..7118055 100644 --- a/glicid/services/networking.scm +++ b/glicid/services/networking.scm @@ -69,10 +69,8 @@ "-k" "reconfigure" "-f" #$config-file ) - #:pid-file #$pid-file - #:log-file #$log-file - #:user (passwd:uid (getpwnam "squid")) - #:group (passwd:gid (getpwnam "squid")) + #:user (passwd:uid (getpwnam "squid")) + #:group (passwd:gid (getpwnam "squid")) ))) ) (shepherd-action @@ -84,10 +82,8 @@ "-k" "parse" "-f" #$config-file ) - #:pid-file #$pid-file - #:log-file #$log-file - #:user (passwd:uid (getpwnam "squid")) - #:group (passwd:gid (getpwnam "squid")) + #:user (passwd:uid (getpwnam "squid")) + #:group (passwd:gid (getpwnam "squid")) ))) ) (shepherd-action @@ -99,10 +95,8 @@ "-k" "kill" "-f" #$config-file ) - #:pid-file #$pid-file - #:log-file #$log-file - #:user (passwd:uid (getpwnam "squid")) - #:group (passwd:gid (getpwnam "squid")) + #:user (passwd:uid (getpwnam "squid")) + #:group (passwd:gid (getpwnam "squid")) ))) ) ))