From c7207c0f594e1713553b6662369ece5aee25ec95 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 16 May 2018 02:34:04 -0600 Subject: [PATCH] update docs url, remove /etc/ssl as writable directory --- dist/etc/systemd/system/goldilocks.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/etc/systemd/system/goldilocks.service b/dist/etc/systemd/system/goldilocks.service index 2e97bce..41cbc1f 100644 --- a/dist/etc/systemd/system/goldilocks.service +++ b/dist/etc/systemd/system/goldilocks.service @@ -1,6 +1,6 @@ [Unit] Description=Goldilocks Internet Server -Documentation=https://git.daplie.com/Daplie/goldilocks.js +Documentation=https://git.coolaj86.com/coolaj86/goldilocks.js After=network-online.target Wants=network-online.target systemd-networkd-wait-online.service @@ -46,7 +46,7 @@ ProtectSystem=full # … except TLS/SSL, ACME, and Let's Encrypt certificates # and /var/log/goldilocks, because we want a place where logs can go. # This merely retains r/w access rights, it does not add any new. Must still be writable on the host! -ReadWriteDirectories=/etc/goldilocks /etc/ssl /srv/www /var/log/goldilocks /opt/goldilocks +ReadWriteDirectories=/etc/goldilocks /srv/www /var/log/goldilocks /opt/goldilocks # you may also want to add other directories such as /opt/goldilocks /etc/acme /etc/letsencrypt # Note: in v231 and above ReadWritePaths has been renamed to ReadWriteDirectories