Commit 2837d8f
committed
Gracefully shutdown manager using SIGTERM.
Use SIGTERM instead of SIGKILL to shutdown the manager in
`start_manager.sh` to give it a chance to cleanup pg-embed and the pid
file.
Also add `--dev-mode` switch to the manager command line. This script
is only used for local dev, so it's not a security issue. The flag can
be removed once the UI has been fully integrated into the manager.1 parent 0e8207f commit 2837d8f
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| 44 | + | |
41 | 45 | | |
0 commit comments