From e9ab6b0a3ffcb69ed0868f9ec4b61e8f7ad36d85 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 10 Feb 2023 00:10:40 +0100 Subject: add manuals --- man/powerctl.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 man/powerctl.md (limited to 'man/powerctl.md') 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 +``` -- cgit v1.2.3-70-g09d2