aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Linz2016-09-29 18:03:47 +0200
committerAndreas Linz2016-10-06 12:12:50 +0200
commit297045d1b558ebdfe49fe1148bed7068b835b3ec (patch)
tree0d61f3a73aee462b606f788ad6699d43c2d5df4a
parent0f705441e954bfb53b45e416087b641ed502309b (diff)
downloadaur-297045d1b558ebdfe49fe1148bed7068b835b3ec.tar.gz
Fix exec path, thx to mbs
-rw-r--r--.SRCINFO2
-rw-r--r--caddy_new.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af54b75a19e3..041dd4340b02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Sep 29 15:53:39 UTC 2016
+# Thu Sep 29 16:03:37 UTC 2016
pkgbase = caddy-full-bin
pkgdesc = A configurable, general-purpose HTTP/2 web server for any platform (All features enabled)
pkgver = 0.9.3
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.