mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
updating squid service
This commit is contained in:
parent
65df04bbe5
commit
c1f592f92d
1 changed files with 1 additions and 3 deletions
|
@ -55,9 +55,7 @@
|
|||
"-f" #$config-file
|
||||
)
|
||||
#:pid-file #$pid-file
|
||||
;#:log-file #$log-file
|
||||
#:user (passwd:uid (getpwnam "squid"))
|
||||
#:group (passwd:gid (getpwnam "squid"))
|
||||
#:log-file #$log-file
|
||||
#:resource-limits '((nofile 16384 16384))
|
||||
))
|
||||
(stop #~(make-kill-destructor))
|
||||
|
|
Loading…
Add table
Reference in a new issue