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
5baad8a194
commit
1001ba6a46
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 "/sbin/squid")
|
#$(file-append squid "/sbin/squid")
|
||||||
|
"-d 1"
|
||||||
"--foreground"
|
"--foreground"
|
||||||
"-f" #$config-file
|
"-f" #$config-file
|
||||||
)
|
)
|
||||||
|
@ -54,6 +55,7 @@
|
||||||
(stop #~(exec-command
|
(stop #~(exec-command
|
||||||
(list
|
(list
|
||||||
#$(file-append squid "/sbin/squid")
|
#$(file-append squid "/sbin/squid")
|
||||||
|
"-d 1"
|
||||||
"--foreground"
|
"--foreground"
|
||||||
"-k" "shutdown"
|
"-k" "shutdown"
|
||||||
"-f" #$config-file
|
"-f" #$config-file
|
||||||
|
@ -68,6 +70,7 @@
|
||||||
(procedure #~(exec-command
|
(procedure #~(exec-command
|
||||||
(list
|
(list
|
||||||
#$(file-append squid "/sbin/squid")
|
#$(file-append squid "/sbin/squid")
|
||||||
|
"-d 1"
|
||||||
"--foreground"
|
"--foreground"
|
||||||
"-k" "reconfigure"
|
"-k" "reconfigure"
|
||||||
"-f" #$config-file
|
"-f" #$config-file
|
||||||
|
|
Loading…
Add table
Reference in a new issue