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
01c19423c3
commit
5fff9e7cab
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
(documentation "Run squid.")
|
(documentation "Run squid.")
|
||||||
(requirement '(user-processes))
|
(requirement '(user-processes))
|
||||||
(respawn? #t)
|
(respawn? #t)
|
||||||
(start #~(exec-command
|
(start #~(make-forkexec-constructor
|
||||||
(list
|
(list
|
||||||
#$(file-append squid "/sbin/squid")
|
#$(file-append squid "/sbin/squid")
|
||||||
"-d 1"
|
"-d 1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue