Skip to content

Commit

Permalink
Attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Jul 9, 2023
1 parent b2078fc commit f1d386d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/systemd/system/caddy.service.epp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Environment=HOME=<%= $caddy_home %>
Environment=CADDYPATH=<%= $caddy_ssl_dir %>

; Always set "-root" to something safe in case it gets forgotten in the Caddyfile.
ExecStart=<%= $install_path %>/caddy -log <%= $caddy_log_dir %>/caddy.log -agree=true -conf=/etc/caddy/Caddyfile -root=/var/tmp -http-port=<%= $caddy_http_port %> -https-port=<%= $caddy_https_port %>
ExecStart=<%= $install_path %>/caddy -log=<%= $caddy_log_dir %>/caddy.log -agree=true -conf=/etc/caddy/Caddyfile -root=/var/tmp -http-port=<%= $caddy_http_port %> -https-port=<%= $caddy_https_port %>
ExecReload=/bin/kill -USR1 $MAINPID

; Use graceful shutdown with a reasonable timeout
Expand Down

0 comments on commit f1d386d

Please sign in to comment.