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
867edd0b8e
commit
6e06945499
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list
|
(list
|
||||||
#$(file-append squid "/libexec/squid")
|
#$(file-append squid "/libexec/squid")
|
||||||
|
"-d"
|
||||||
"-a" #$port
|
"-a" #$port
|
||||||
"-u" #$port
|
"-u" #$port
|
||||||
"-f" #$config-file
|
"-f" #$config-file
|
||||||
|
@ -55,6 +56,7 @@
|
||||||
(stop #~(exec-command
|
(stop #~(exec-command
|
||||||
(list
|
(list
|
||||||
#$(file-append squid "/libexec/squid")
|
#$(file-append squid "/libexec/squid")
|
||||||
|
"-d"
|
||||||
"-a" #$port
|
"-a" #$port
|
||||||
"-u" #$port
|
"-u" #$port
|
||||||
"-k" "shutdown"
|
"-k" "shutdown"
|
||||||
|
@ -70,6 +72,7 @@
|
||||||
(procedure #~(exec-command
|
(procedure #~(exec-command
|
||||||
(list
|
(list
|
||||||
#$(file-append squid "/libexec/squid")
|
#$(file-append squid "/libexec/squid")
|
||||||
|
"-d"
|
||||||
"-a" #$port
|
"-a" #$port
|
||||||
"-u" #$port
|
"-u" #$port
|
||||||
"-k" "reconfigure"
|
"-k" "reconfigure"
|
||||||
|
|
Loading…
Add table
Reference in a new issue