Update README.md
This commit is contained in:
parent
873df12aee
commit
dcfaccea06
12
README.md
12
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue