补充 Options.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-12-31 15:09:39 +08:00
parent 783b7e9976
commit f1d3cbfae8
1 changed files with 8 additions and 1 deletions

View File

@ -8,7 +8,14 @@ systemctl 可用于 检查和控制 systemd(1) 系统与服务管理器的状态
systemctl [OPTIONS...] COMMAND [UNIT...]
```
能够识别的命令行选项如下:
常用 Options 如下:
| Options | Description |
|---------------------------------|-------------|
| --system | Connect to system manager |
| --user | Connect to user service manager |
常用 Command 如下:
| Command | Description |
|---------------------------------|-------------|