mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
updating squid
This commit is contained in:
parent
d3d9d761c0
commit
e680f02118
1 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@
|
||||||
(respawn? #t)
|
(respawn? #t)
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list
|
(list
|
||||||
#$(file-append squid "/libexec/squid")
|
#$(file-append squid "/sbin/squid")
|
||||||
"-d ALL,1"
|
"-d ALL,1"
|
||||||
"-a" #$port
|
"-a" #$port
|
||||||
"-u" #$port
|
"-u" #$port
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
))
|
))
|
||||||
(stop #~(exec-command
|
(stop #~(exec-command
|
||||||
(list
|
(list
|
||||||
#$(file-append squid "/libexec/squid")
|
#$(file-append squid "/sbin/squid")
|
||||||
"-d"
|
"-d"
|
||||||
"-a" #$port
|
"-a" #$port
|
||||||
"-u" #$port
|
"-u" #$port
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
(documentation "Reload the settings file from disk.")
|
(documentation "Reload the settings file from disk.")
|
||||||
(procedure #~(exec-command
|
(procedure #~(exec-command
|
||||||
(list
|
(list
|
||||||
#$(file-append squid "/libexec/squid")
|
#$(file-append squid "/sbin/squid")
|
||||||
"-d"
|
"-d"
|
||||||
"-a" #$port
|
"-a" #$port
|
||||||
"-u" #$port
|
"-u" #$port
|
||||||
|
|
Loading…
Add table
Reference in a new issue