Merge branch 'devel' into 'main'

updating squid service

See merge request glicid-public/guix-glicid!25
This commit is contained in:
Jean-François GUILLAUME 2022-05-12 20:23:03 +00:00
commit 6a55d38ea6

View file

@ -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))
)
))
)