Add note about ownership and permissions

This commit is contained in:
deeplow 2023-05-23 04:56:12 -04:00 committed by GitHub
parent 2c7b233399
commit cb6d6901cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,9 +52,11 @@ In this example, we want to make `/var/lib/tor` persistent. Enter all of the fol
sudo mkdir -p /rw/bind-dirs/var/lib/tor
```
6. Reboot the app qube.
6. (optional) If the directory you want to persist across reboots (`/var/lib/tor` in this case) needs special ownership and permissions, make sure the directory you created just under `/rw/bind-dirs/` has the same ones (using the commands `chown` and `chmod`, respectively).
7. Done.
7. Reboot the app qube.
8. Done.
From now on, all files in the `/var/lib/tor` directory will persist across reboots.