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