diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 00:10:40 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 00:10:40 +0100 |
| commit | e9ab6b0a3ffcb69ed0868f9ec4b61e8f7ad36d85 (patch) | |
| tree | e99eddcf75128810e4afd988bf3ffacff8acf3e6 /man/powerctl.md | |
| parent | 5b47adb57b11acb2318053d710d075d37f669f76 (diff) | |
add manuals
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 +``` |