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!25
This commit is contained in:
commit
6a55d38ea6
1 changed files with 3 additions and 15 deletions
|
@ -84,11 +84,7 @@
|
||||||
"-k" "reconfigure"
|
"-k" "reconfigure"
|
||||||
"-f" #$config-file
|
"-f" #$config-file
|
||||||
)
|
)
|
||||||
#:pid-file #$pid-file
|
)#t))
|
||||||
#:log-file #$log-file
|
|
||||||
#:user (passwd:uid (getpwnam "squid"))
|
|
||||||
#:group (passwd:gid (getpwnam "squid"))
|
|
||||||
)))
|
|
||||||
)
|
)
|
||||||
(shepherd-action
|
(shepherd-action
|
||||||
(name 'check-config)
|
(name 'check-config)
|
||||||
|
@ -101,11 +97,7 @@
|
||||||
"-k" "parse"
|
"-k" "parse"
|
||||||
"-f" #$config-file
|
"-f" #$config-file
|
||||||
)
|
)
|
||||||
#:pid-file #$pid-file
|
)#t))
|
||||||
#:log-file #$log-file
|
|
||||||
#:user (passwd:uid (getpwnam "squid"))
|
|
||||||
#:group (passwd:gid (getpwnam "squid"))
|
|
||||||
)))
|
|
||||||
)
|
)
|
||||||
(shepherd-action
|
(shepherd-action
|
||||||
(name 'kill)
|
(name 'kill)
|
||||||
|
@ -118,11 +110,7 @@
|
||||||
"-k" "kill"
|
"-k" "kill"
|
||||||
"-f" #$config-file
|
"-f" #$config-file
|
||||||
)
|
)
|
||||||
#:pid-file #$pid-file
|
)#t))
|
||||||
#:log-file #$log-file
|
|
||||||
#:user (passwd:uid (getpwnam "squid"))
|
|
||||||
#:group (passwd:gid (getpwnam "squid"))
|
|
||||||
)))
|
|
||||||
)
|
)
|
||||||
))
|
))
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue