updating squid service

This commit is contained in:
Jean-François GUILLAUME 2022-05-12 23:15:00 +02:00
parent 65df04bbe5
commit c1f592f92d

View file

@ -55,9 +55,7 @@
"-f" #$config-file "-f" #$config-file
) )
#:pid-file #$pid-file #:pid-file #$pid-file
;#:log-file #$log-file #:log-file #$log-file
#:user (passwd:uid (getpwnam "squid"))
#:group (passwd:gid (getpwnam "squid"))
#:resource-limits '((nofile 16384 16384)) #:resource-limits '((nofile 16384 16384))
)) ))
(stop #~(make-kill-destructor)) (stop #~(make-kill-destructor))