Add reboot commands

This commit is contained in:
Daniel A. Maierhofer
2018-09-20 17:21:51 +02:00
parent f1ef6eec30
commit 051b8826fe
2 changed files with 11 additions and 1 deletions

View File

@@ -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