Skip to content

Commit

Permalink
Another 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 f1d386d commit fb73f99
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 fb73f99

Please sign in to comment.