fmt, fnm, fo*: add Korean translation (#14272)

This commit is contained in:
HoJeong Im
2024-10-21 01:02:34 +09:00
committed by GitHub
parent e01f88e9e9
commit 82ce7f344f
12 changed files with 232 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# forever
> Node.js 애플리케이션이 무기한 실행되도록 하는 서버측 JavaScript 애플리케이션 (종료 후 다시 시작됨).
> 더 많은 정보: <https://github.com/foreversd/forever>.
- 파일을 무기한으로 실행하기 시작 (데몬으로):
`forever {{스크립트}}`
- 실행중인 "영원한" 프로세스 목록 ("영원한" 프로세스의 ID 및 기타 세부정보와 함께):
`forever list`
- 실행 중인 "영구" 프로세스를 중지:
`forever stop {{ID|pid|script}}`