Add reboot commands
This commit is contained in:
@@ -166,6 +166,16 @@ mdadm --misc --detail /dev/md0
|
|||||||
echo check > /sys/block/md0/md/sync_action
|
echo check > /sys/block/md0/md/sync_action
|
||||||
watch -n 0.1 cat /proc/mdstat
|
watch -n 0.1 cat /proc/mdstat
|
||||||
```
|
```
|
||||||
|
## Start System
|
||||||
|
```shell
|
||||||
|
zfs_mount.sh mount # Enter Passphrase
|
||||||
|
# start all LXC containers
|
||||||
|
```
|
||||||
|
## Reboot System
|
||||||
|
```shell
|
||||||
|
# stop all LXC containers
|
||||||
|
zfs_mount.sh reboot
|
||||||
|
```
|
||||||
## Shutdown System
|
## Shutdown System
|
||||||
```shell
|
```shell
|
||||||
# stop all LXC containers
|
# stop all LXC containers
|
||||||
|
|||||||
Submodule roles/common updated: 32cb76a1d5...e124771d06
Reference in New Issue
Block a user