Skip to content

Commit

Permalink
Fix #851 bug report (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
Focusnik authored Mar 28, 2024
1 parent a2436fd commit a391124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Concerns/InteractsWithServers.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ protected function ensurePortIsAvailable(): void
*/
public function getSubscribedSignals(): array
{
return [SIGINT, SIGTERM];
return [SIGINT, SIGTERM, SIGHUP];
}

/**
Expand Down

0 comments on commit a391124

Please sign in to comment.