Update README.md

This commit is contained in:
Jip-Hop 2023-03-03 19:46:25 +01:00
parent 873df12aee
commit dcfaccea06
1 changed files with 6 additions and 6 deletions

View File

@ -60,12 +60,6 @@ In order to start a jail automatically after TrueNAS boots, run `/mnt/mypool/jai
./jlmkr.py list
```
### Stop Jail
```shell
machinectl stop myjail
```
### Delete Jail
```shell
@ -74,6 +68,12 @@ machinectl stop myjail
For additional commands we can use `machinectl`, `systemctl` and `journalctl` directly. The `jlmkr.py` script does not play a role here.
### Stop Jail
```shell
machinectl stop myjail
```
### Jail Shell
```shell