add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

13
pages.zh/linux/openrc.md Normal file
View File

@@ -0,0 +1,13 @@
# openrc
> OpenRC 服务管理器。
> 另请参见:`rc-status`、`rc-update` 和 `rc-service`。
> 更多信息:<https://wiki.gentoo.org/wiki/OpenRC>。
- 切换到特定的运行级别:
`sudo openrc {{runlevel_name}}`
- 切换到特定的运行级别,但不停止任何现有服务:
`sudo openrc --no-stop {{runlevel_name}}`