Update Servers/Documentation/Zensical.md
Some checks failed
GitOps Automatic Documentation Deployment / Sync Docs to https://docs.bunny-lab.io (push) Successful in 6s
GitOps Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Failing after 13s

This commit is contained in:
2026-01-26 19:36:50 -07:00
parent 9125738ce7
commit ee06a58e9f

View File

@@ -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 useradd --system --home /srv/zensical --shell /usr/sbin/nologin zensical || true
sudo chown -R zensical:zensical /srv/zensical sudo chown -R zensical:zensical /srv/zensical
sudo find /srv/zensical -type d -exec chmod 2775 {} \; 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 # Make Zensical Binary Executable for Service
sudo chmod +x /srv/zensical/.venv/bin/zensical sudo chmod +x /srv/zensical/.venv/bin/zensical