diff --git a/How-to-create-a-new-LXC.md b/How-to-create-a-new-LXC.md index f0db9eb..667e7c8 100644 --- a/How-to-create-a-new-LXC.md +++ b/How-to-create-a-new-LXC.md @@ -396,9 +396,9 @@ If nothing is specified, the script will use the VM/LXC folder (`/lxc/ - type: reboot ``` -*Shutdown the LXC* +*Stop the LXC* ```yaml -- type: shutdown +- type: stop ``` *Start the LXC (should usually never be used)*