Merge branch 'devel' into 'main'

updating squid service

See merge request glicid-public/guix-glicid!28
This commit is contained in:
Jean-François GUILLAUME 2022-05-12 21:15:17 +00:00
commit 8e09938826

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