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

View File

@@ -0,0 +1,28 @@
# slurmrestd
> 通过 REST API 与 Slurm 进行接口。可以以两种模式使用:*Inetd 模式* 和 *监听模式*。
> 更多信息:<https://slurm.schedmd.com/slurmrestd.html>。
- 在处理客户端请求之前更改组 ID并丢弃附加组
`slurmrestd --g {{group_id}} {{[host]:port | unix:/path/to/socket}}`
- 要加载的用逗号分隔的身份验证插件列表:
`slurmrestd -a {{authentication_plugins}} {{[host]:port | unix:/path/to/socket}}`
- 从指定文件读取 Slurm 配置:
`slurmrestd -f {{path/to/file}}`
- 在处理客户端请求之前更改用户 ID
`slurmrestd -u {{user_id}}`
- 显示帮助:
`slurmrestd -h`
- 显示版本:
`slurmrestd -V`