updating squid service

This commit is contained in:
Jean-François GUILLAUME 2022-05-11 09:16:01 +02:00
parent 5baad8a194
commit 1001ba6a46
GPG key ID: 38751DAE145EFB5A

View file

@ -45,6 +45,7 @@
(start #~(make-forkexec-constructor
(list
#$(file-append squid "/sbin/squid")
"-d 1"
"--foreground"
"-f" #$config-file
)
@ -54,6 +55,7 @@
(stop #~(exec-command
(list
#$(file-append squid "/sbin/squid")
"-d 1"
"--foreground"
"-k" "shutdown"
"-f" #$config-file
@ -68,6 +70,7 @@
(procedure #~(exec-command
(list
#$(file-append squid "/sbin/squid")
"-d 1"
"--foreground"
"-k" "reconfigure"
"-f" #$config-file