aboutsummarylogtreecommitdiffstats
path: root/caddy-systemd-service.patch
diff options
context:
space:
mode:
authorAndreas Linz2016-12-22 00:25:50 +0100
committerAndreas Linz2016-12-22 00:25:50 +0100
commit0dd66bcc09cb8cd62b772cedd4430d1769fa9825 (patch)
treeaddd4263665c00ec80004c9b9c9f09b1cc8a1272 /caddy-systemd-service.patch
parenta0c6dd4894638731196103268ac6ed8e46ae2d02 (diff)
downloadaur-0dd66bcc09cb8cd62b772cedd4430d1769fa9825.tar.gz
Update to caddy 0.9.4
Diffstat (limited to 'caddy-systemd-service.patch')
-rw-r--r--caddy-systemd-service.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/caddy-systemd-service.patch b/caddy-systemd-service.patch
index 8ed422217346..e7539d9dc5bf 100644
--- a/caddy-systemd-service.patch
+++ b/caddy-systemd-service.patch
@@ -1,7 +1,7 @@
---- caddy_old.service 2016-09-29 18:04:15.356244279 +0200
-+++ caddy_new.service 2016-09-29 18:04:15.356244279 +0200
-@@ -8,14 +8,14 @@
- Restart=on-failure
+--- caddy_old.service 2016-12-22 00:10:37.749475603 +0100
++++ caddy_new.service 2016-12-22 00:11:15.758066472 +0100
+@@ -10,14 +10,14 @@
+ StartLimitBurst=5
; User and group the process will run as.
-User=www-data
@@ -10,7 +10,7 @@
+Group=http
; Letsencrypt-issued certificates will be written to this directory.
- Environment=HOME=/etc/ssl/caddy
+ Environment=CADDYPATH=/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
@@ -18,7 +18,7 @@
ExecReload=/bin/kill -USR1 $MAINPID
; Limit the number of file descriptors; see `man systemd.exec` for more limit settings.
-@@ -38,9 +38,9 @@
+@@ -40,9 +40,9 @@
; The following additional security directives only work with systemd v229 or later.
; They further retrict privileges that can be gained by caddy. Uncomment if you like.
; Note that you may have to add capabilities required by any plugins in use.