Skip to content

Commit bf42b41

Browse files
authored
Merge pull request #2387 from loft-sh/mahendrabagul-patch-1
Update restart-helper.mdx
2 parents 2949b02 + 247012c commit bf42b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/configuration/dev/connections/restart-helper.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For example, if your entrypoint would be `python main.py`, DevSpace would rewrit
1212
/.devspace/devspace-restart-helper python main.py
1313
```
1414

15-
This has the advantage that DevSpace (or you) can restart your application without crashing the contianer because normally, the python command would be the PID 1 and if that gets killed, the container will be destroyed. If the restart helper script is PID 1, we can kill the python process without impacting the container. Then, the restart helper will just restart the python command again.
15+
This has the advantage that DevSpace (or you) can restart your application without crashing the container because normally, the python command would be the PID 1 and if that gets killed, the container will be destroyed. If the restart helper script is PID 1, we can kill the python process without impacting the container. Then, the restart helper will just restart the python command again.
1616

1717

1818
## Inject Restart Helper

0 commit comments

Comments
 (0)