mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 13:48:36 +02:00
testing caddy service
This commit is contained in:
parent
b55267b8de
commit
91e60443b7
1 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,6 @@
|
|||
caddy-configuration?
|
||||
(caddy caddy-configuration-caddy (default caddy-dirty))
|
||||
(config-file caddy-config-file (default "/etc/caddy/Caddyfile"))
|
||||
(log-file caddy-log-file (default "/var/log/caddy.log"))
|
||||
)
|
||||
|
||||
(define (caddy-shepherd-service config)
|
||||
|
@ -44,7 +43,7 @@
|
|||
"run"
|
||||
"-c"
|
||||
#$config-file)
|
||||
#:log-file #$log-file
|
||||
#:log-file "/var/log/caddy"
|
||||
#:environment-variables (list
|
||||
(string-append "PATH="
|
||||
"/run/current-system/profile/bin"
|
||||
|
|
Loading…
Add table
Reference in a new issue