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
b1b8b9d036
commit
086a91dfa5
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
(start #~(make-forkexec-constructor
|
||||
(list
|
||||
#$(file-append squid "/sbin/squid")
|
||||
"--foreground"
|
||||
"-f" #$config-file
|
||||
)
|
||||
#:pid-file #$pid-file
|
||||
|
@ -53,6 +54,7 @@
|
|||
(stop #~(exec-command
|
||||
(list
|
||||
#$(file-append squid "/sbin/squid")
|
||||
"--foreground"
|
||||
"-k" "shutdown"
|
||||
"-f" #$config-file
|
||||
)
|
||||
|
@ -66,6 +68,7 @@
|
|||
(procedure #~(exec-command
|
||||
(list
|
||||
#$(file-append squid "/sbin/squid")
|
||||
"--foreground"
|
||||
"-k" "reconfigure"
|
||||
"-f" #$config-file
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue