Update Servers/Documentation/Zensical.md
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user