Commit 139c792
committed
Server: Allow second
Before:
1. Boot the server
2. Press `Ctrl + C` once to trigger graceful shutdown
3. Press `Ctrl + C` again. This has no effect. You
must wait for the server to shut down
After:
1. Boot the server
2. Press `Ctrl + C` once to trigger graceful shutdown
3. Press `Ctrl + C` again to force exit immediatelySIGINT / SIGTERM to force exit1 parent f0b3082 commit 139c792
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments