aboutsummarylogtreecommitdiffstats
path: root/caddy_new.service
diff options
context:
space:
mode:
Diffstat (limited to 'caddy_new.service')
-rw-r--r--caddy_new.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/caddy_new.service b/caddy_new.service
index 9b840276c8c3..eed5b4fba9fd 100644
--- a/caddy_new.service
+++ b/caddy_new.service
@@ -15,7 +15,7 @@ Group=http
Environment=HOME=/etc/ssl/caddy
; Always set "-root" to something safe in case it gets forgotten in the Caddyfile.
-ExecStart=/usr/local/bin/caddy -log stdout -agree=true -conf=/etc/caddy/Caddyfile -root=/var/tmp
+ExecStart=/usr/bin/caddy -log stdout -agree=true -conf=/etc/caddy/Caddyfile -root=/var/tmp
ExecReload=/bin/kill -USR1 $MAINPID
; Limit the number of file descriptors; see `man systemd.exec` for more limit settings.