mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
Merge branch 'devel' into 'main'
updating squid service See merge request glicid-public/guix-glicid!11
This commit is contained in:
commit
2e21ea4985
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 #~(make-forkexec-constructor
|
(start #~(exec-command
|
||||||
(list
|
(list
|
||||||
#$(file-append squid "/sbin/squid")
|
#$(file-append squid "/sbin/squid")
|
||||||
"-d 1"
|
"-d 1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue