From 7f597eb68e73ffcd9f4a7ae296a334f16e90ca06 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 20 Apr 2017 18:34:27 -0600 Subject: [PATCH] add debugging for systemd --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a21000e..cee4b78 100644 --- a/README.md +++ b/README.md @@ -119,3 +119,10 @@ and [LaunchControl](http://www.soma-zone.com/LaunchControl/) ([direct download](http://www.soma-zone.com/download/files/LaunchControl_1.30.1.tar.bz2)) makes it actually quite easy. (ignore that the site looks like a 90s spam site - much like MakeMKV - it's actually legit) + +Debugging systemd +----------------- + +```bash +sudo -u www-data CADDYPATH=/etc/ssl/caddy /usr/local/bin/caddy -log stdout -agree=true -conf=/etc/caddy/Caddyfile -root=/var/tmp +```