diff options
Diffstat (limited to 'man/powerctl.md')
| -rw-r--r-- | man/powerctl.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/man/powerctl.md b/man/powerctl.md new file mode 100644 index 0000000..bcf9c92 --- /dev/null +++ b/man/powerctl.md @@ -0,0 +1,32 @@ +# powerctl + +Controll the state of your system. + +## Usage + +Poweroff the system +``` +$ powerctl poweroff +``` + +Reboot the system + +``` +$ powerctl reboot +``` + +Halt the system +``` +$ powerctl halt +``` + +Hard-reset the system + +``` +$ powerctl hard-reset +``` + +Suspend the system +``` +$ powerctl suspend +``` |