summaryrefslogtreecommitdiff
path: root/Components/Restart/metadata.yml
blob: 165b987a53bae37b21be1b11aab0470cee17348e (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
description: Restarts the system properly
internal: false

aliases:
  - reboot
  - boot
  - reset

manual:
  summary: |
    This command restarts the system by passing a reboot command through MistyCore, causing the system to restart properly.

  parameters: []

  final: null

  examples:
    - command: Restart
      description: Restarts the system normally

    - command: CoreDaemon -Restart MistyOS
      description: Restarts the system by using MistyCore's frontend directly

  compatibility:
    mistyos: '>=1.2.0'
    kernel: '>=5.10.0'