blob: b335adb8a4f5418ff8525cf7bb616b1172296674 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
description: Shuts down the system properly
internal: false
aliases:
- poweroff
- off
- turnoff
- halt
manual:
summary: |
This command shuts down the system by passing a shutdown command through MistyCore, causing the system to power off properly.
parameters: []
final: null
examples:
- command: Shutdown
description: Shuts down the system normally
- command: CoreDaemon -Stop MistyOS
description: Shuts down the system by using MistyCore's frontend directly
compatibility:
mistyos: '>=1.2.0'
kernel: '>=5.10.0'
|