mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
updating squid service
This commit is contained in:
parent
194d638b8d
commit
408a5842aa
1 changed files with 6 additions and 12 deletions
|
@ -69,10 +69,8 @@
|
||||||
"-k" "reconfigure"
|
"-k" "reconfigure"
|
||||||
"-f" #$config-file
|
"-f" #$config-file
|
||||||
)
|
)
|
||||||
#:pid-file #$pid-file
|
#:user (passwd:uid (getpwnam "squid"))
|
||||||
#:log-file #$log-file
|
#:group (passwd:gid (getpwnam "squid"))
|
||||||
#:user (passwd:uid (getpwnam "squid"))
|
|
||||||
#:group (passwd:gid (getpwnam "squid"))
|
|
||||||
)))
|
)))
|
||||||
)
|
)
|
||||||
(shepherd-action
|
(shepherd-action
|
||||||
|
@ -84,10 +82,8 @@
|
||||||
"-k" "parse"
|
"-k" "parse"
|
||||||
"-f" #$config-file
|
"-f" #$config-file
|
||||||
)
|
)
|
||||||
#:pid-file #$pid-file
|
#:user (passwd:uid (getpwnam "squid"))
|
||||||
#:log-file #$log-file
|
#:group (passwd:gid (getpwnam "squid"))
|
||||||
#:user (passwd:uid (getpwnam "squid"))
|
|
||||||
#:group (passwd:gid (getpwnam "squid"))
|
|
||||||
)))
|
)))
|
||||||
)
|
)
|
||||||
(shepherd-action
|
(shepherd-action
|
||||||
|
@ -99,10 +95,8 @@
|
||||||
"-k" "kill"
|
"-k" "kill"
|
||||||
"-f" #$config-file
|
"-f" #$config-file
|
||||||
)
|
)
|
||||||
#:pid-file #$pid-file
|
#:user (passwd:uid (getpwnam "squid"))
|
||||||
#:log-file #$log-file
|
#:group (passwd:gid (getpwnam "squid"))
|
||||||
#:user (passwd:uid (getpwnam "squid"))
|
|
||||||
#:group (passwd:gid (getpwnam "squid"))
|
|
||||||
)))
|
)))
|
||||||
)
|
)
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue