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
086a91dfa5
commit
5baad8a194
1 changed files with 1 additions and 1 deletions
|
@ -85,10 +85,10 @@
|
|||
(define %squid-activation
|
||||
(with-imported-modules '((guix build utils))
|
||||
#~(begin
|
||||
(use-modules (guix build utils))
|
||||
(define (touch file-name)
|
||||
(call-with-output-file file-name (const #t))
|
||||
)
|
||||
(use-modules (guix build utils))
|
||||
(mkdir-p "/var/run/squid")
|
||||
(mkdir-p "/var/log/squid")
|
||||
(mkdir-p "/var/cache/squid")
|
||||
|
|
Loading…
Add table
Reference in a new issue