[arch-commits] Commit in caddy/trunk/next (caddy.service)

Levente Polyak anthraxx at archlinux.org
Thu Feb 11 19:50:31 UTC 2021


    Date: Thursday, February 11, 2021 @ 19:50:31
  Author: anthraxx
Revision: 856775

systemd: use the correct caddy config

Modified:
  caddy/trunk/next/caddy.service

---------------+
 caddy.service |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: caddy.service
===================================================================
--- caddy.service	2021-02-11 19:38:27 UTC (rev 856774)
+++ caddy.service	2021-02-11 19:50:31 UTC (rev 856775)
@@ -26,8 +26,8 @@
 Group=caddy
 Environment=XDG_DATA_HOME=/var/lib
 Environment=XDG_CONFIG_HOME=/etc
-ExecStart=/usr/bin/caddy run --adapter caddyfile --environ --config /etc/caddy/caddy.conf
-ExecReload=/usr/bin/caddy reload --adapter caddyfile --config /etc/caddy/caddy.conf
+ExecStart=/usr/bin/caddy run --adapter caddyfile --environ --config /etc/caddy/Caddyfile
+ExecReload=/usr/bin/caddy reload --adapter caddyfile --config /etc/caddy/Caddyfile
 
 # Do not allow the process to be restarted in a tight loop. If the
 # process fails to start, something critical needs to be fixed.



More information about the arch-commits mailing list