linux/o*: add Korean translation (#14711)

This commit is contained in:
코드싸이
2024-11-09 13:25:12 +09:00
committed by GitHub
parent b3c1bd3f4e
commit 0898aaa215
10 changed files with 190 additions and 0 deletions

13
pages.ko/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 {{런레벨_이름}}`
- 기존 서비스를 중지하지 않고 특정 런레벨로 변경:
`sudo openrc --no-stop {{런레벨_이름}}`