mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
Merge branch 'devel' into 'main'
updating squid service. correcting loglevel param not passed to service See merge request glicid-public/guix-glicid!20
This commit is contained in:
commit
160cf37f0b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
(define squid-shepherd-service
|
(define squid-shepherd-service
|
||||||
(match-lambda
|
(match-lambda
|
||||||
(($ <squid-configuration> squid port pid-file config-file log-file)
|
(($ <squid-configuration> squid port loglevel pid-file config-file log-file)
|
||||||
(list
|
(list
|
||||||
(shepherd-service
|
(shepherd-service
|
||||||
(provision '(squid) )
|
(provision '(squid) )
|
||||||
|
|
Loading…
Add table
Reference in a new issue