Skip to content

Commit 247012c

Browse files
authored
Update restart-helper.mdx
1 parent 602c322 commit 247012c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)