补充 Options.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
783b7e9976
commit
f1d3cbfae8
|
@ -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 |
|
||||
|---------------------------------|-------------|
|
||||
|
|
Loading…
Reference in New Issue