there are two processes when typing ps aux|grep code-server #5241
Answered
by
code-asher
fly2tomato
asked this question in
Q&A
|
I am just curious is this normal? |
Answered by
code-asher
Jun 8, 2022
Replies: 2 comments
|
Yup, this is normal. One of them is the parent of the other. code-server has a wrapper process so it can restart itself on |
0 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yup, this is normal. One of them is the parent of the other. code-server has a wrapper process so it can restart itself on
SIGUSR2.