mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +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
|
(define %squid-activation
|
||||||
(with-imported-modules '((guix build utils))
|
(with-imported-modules '((guix build utils))
|
||||||
#~(begin
|
#~(begin
|
||||||
|
(use-modules (guix build utils))
|
||||||
(define (touch file-name)
|
(define (touch file-name)
|
||||||
(call-with-output-file file-name (const #t))
|
(call-with-output-file file-name (const #t))
|
||||||
)
|
)
|
||||||
(use-modules (guix build utils))
|
|
||||||
(mkdir-p "/var/run/squid")
|
(mkdir-p "/var/run/squid")
|
||||||
(mkdir-p "/var/log/squid")
|
(mkdir-p "/var/log/squid")
|
||||||
(mkdir-p "/var/cache/squid")
|
(mkdir-p "/var/cache/squid")
|
||||||
|
|
Loading…
Add table
Reference in a new issue