Skip to content

Commit a391124

Browse files
authored
Fix #851 bug report (#853)
1 parent a2436fd commit a391124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Concerns/InteractsWithServers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ protected function ensurePortIsAvailable(): void
167167
*/
168168
public function getSubscribedSignals(): array
169169
{
170-
return [SIGINT, SIGTERM];
170+
return [SIGINT, SIGTERM, SIGHUP];
171171
}
172172

173173
/**

0 commit comments

Comments
 (0)