add debugging for systemd

This commit is contained in:
AJ ONeal 2017-04-20 18:34:27 -06:00
parent 879b0d05a0
commit 7f597eb68e
1 changed files with 7 additions and 0 deletions

View File

@ -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
```