Update README.md

This commit is contained in:
Jip-Hop 2023-03-10 23:14:39 +01:00
parent 039a965637
commit 68c25b75ec
1 changed files with 2 additions and 2 deletions

View File

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