mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-07-01 09:56:58 -04:00
apply stylistic changes
This commit is contained in:
parent
d8a36528f5
commit
8b5b063a8d
1 changed files with 7 additions and 9 deletions
|
@ -44,17 +44,15 @@ Inside the app qube.
|
||||||
|
|
||||||
4. Save.
|
4. Save.
|
||||||
|
|
||||||
> **Note**: If the directory you are trying to persist doesn't already exist in the app qube, you'll need to create the directory with its full path, under `/rw/bind-dirs`. In this case you would do:
|
5. If the directory you are trying to persist doesn't already exist in the app qube, you'll need to create the directory with its full path, under `/rw/bind-dirs`. In this case you would do:
|
||||||
>
|
```
|
||||||
> ```
|
sudo mkdir -p /rw/bind-dirs/var/lib/tor
|
||||||
> sudo mkdir -p /rw/bind-dirs/var/lib/tor
|
```
|
||||||
> ```
|
This case happens only when the template on which this app qube is based does have this directory.
|
||||||
>
|
|
||||||
> This case happens only when the template on which this app qube is based does have this directory.
|
|
||||||
|
|
||||||
5. Reboot the app qube.
|
6. Reboot the app qube.
|
||||||
|
|
||||||
6. Done.
|
7. Done.
|
||||||
|
|
||||||
From now on any files within the `/var/lib/tor` folder will persist across reboots.
|
From now on any files within the `/var/lib/tor` folder will persist across reboots.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue