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
5fff9e7cab
commit
9d72306b72
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
||||||
)
|
)
|
||||||
#:pid-file #$pid-file
|
#:pid-file #$pid-file
|
||||||
#:log-file #$log-file
|
#:log-file #$log-file
|
||||||
|
#:user (passwd:uid (getpwnam "nobody"))
|
||||||
))
|
))
|
||||||
(stop #~(exec-command
|
(stop #~(exec-command
|
||||||
(list
|
(list
|
||||||
|
@ -62,6 +63,7 @@
|
||||||
)
|
)
|
||||||
#:pid-file #$pid-file
|
#:pid-file #$pid-file
|
||||||
#:log-file #$log-file
|
#:log-file #$log-file
|
||||||
|
#:user (passwd:uid (getpwnam "nobody"))
|
||||||
))
|
))
|
||||||
(actions (list
|
(actions (list
|
||||||
(shepherd-action
|
(shepherd-action
|
||||||
|
@ -75,6 +77,9 @@
|
||||||
"-k" "reconfigure"
|
"-k" "reconfigure"
|
||||||
"-f" #$config-file
|
"-f" #$config-file
|
||||||
)
|
)
|
||||||
|
#:pid-file #$pid-file
|
||||||
|
#:log-file #$log-file
|
||||||
|
#:user (passwd:uid (getpwnam "nobody"))
|
||||||
))
|
))
|
||||||
)
|
)
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue