mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
Merge branch 'devel' into 'main'
updating squid service See merge request glicid-public/guix-glicid!13
This commit is contained in:
commit
623b1ee869
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
|||
)
|
||||
#:pid-file #$pid-file
|
||||
#:log-file #$log-file
|
||||
#:user (passwd:uid (getpwnam "nobody"))
|
||||
))
|
||||
(stop #~(exec-command
|
||||
(list
|
||||
|
@ -62,6 +63,7 @@
|
|||
)
|
||||
#:pid-file #$pid-file
|
||||
#:log-file #$log-file
|
||||
#:user (passwd:uid (getpwnam "nobody"))
|
||||
))
|
||||
(actions (list
|
||||
(shepherd-action
|
||||
|
@ -75,6 +77,9 @@
|
|||
"-k" "reconfigure"
|
||||
"-f" #$config-file
|
||||
)
|
||||
#:pid-file #$pid-file
|
||||
#:log-file #$log-file
|
||||
#:user (passwd:uid (getpwnam "nobody"))
|
||||
))
|
||||
)
|
||||
))
|
||||
|
|
Loading…
Add table
Reference in a new issue