updating squid service

This commit is contained in:
Jean-François GUILLAUME 2022-05-13 11:53:10 +02:00
parent 194d638b8d
commit 408a5842aa

View file

@ -69,10 +69,8 @@
"-k" "reconfigure" "-k" "reconfigure"
"-f" #$config-file "-f" #$config-file
) )
#:pid-file #$pid-file #:user (passwd:uid (getpwnam "squid"))
#:log-file #$log-file #:group (passwd:gid (getpwnam "squid"))
#:user (passwd:uid (getpwnam "squid"))
#:group (passwd:gid (getpwnam "squid"))
))) )))
) )
(shepherd-action (shepherd-action
@ -84,10 +82,8 @@
"-k" "parse" "-k" "parse"
"-f" #$config-file "-f" #$config-file
) )
#:pid-file #$pid-file #:user (passwd:uid (getpwnam "squid"))
#:log-file #$log-file #:group (passwd:gid (getpwnam "squid"))
#:user (passwd:uid (getpwnam "squid"))
#:group (passwd:gid (getpwnam "squid"))
))) )))
) )
(shepherd-action (shepherd-action
@ -99,10 +95,8 @@
"-k" "kill" "-k" "kill"
"-f" #$config-file "-f" #$config-file
) )
#:pid-file #$pid-file #:user (passwd:uid (getpwnam "squid"))
#:log-file #$log-file #:group (passwd:gid (getpwnam "squid"))
#:user (passwd:uid (getpwnam "squid"))
#:group (passwd:gid (getpwnam "squid"))
))) )))
) )
)) ))