From ee06a58e9f77a88e84741f8607f4b920d8e5e9bd Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 26 Jan 2026 19:36:50 -0700 Subject: [PATCH] Update Servers/Documentation/Zensical.md --- Servers/Documentation/Zensical.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Servers/Documentation/Zensical.md b/Servers/Documentation/Zensical.md index 0791b2a..bc5efb9 100644 --- a/Servers/Documentation/Zensical.md +++ b/Servers/Documentation/Zensical.md @@ -76,8 +76,10 @@ Since NGINX has taken over hosting the webpages, this does not need to be access sudo useradd --system --home /srv/zensical --shell /usr/sbin/nologin zensical || true sudo chown -R zensical:zensical /srv/zensical sudo find /srv/zensical -type d -exec chmod 2775 {} \; -sudo find /srv/zensical -type f -exec chmod 664 {} \; +sudo find /srv/zensical -type f -exec chmod 664 {} \; # This step likes to take a while, sometimes up to a minute. +``` +```sh # Make Zensical Binary Executable for Service sudo chmod +x /srv/zensical/.venv/bin/zensical