updating squid service

This commit is contained in:
Jean-François GUILLAUME 2022-05-12 22:20:14 +02:00
parent 59f0b05ca9
commit ce24612ab6

View file

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