diff --git a/src/Commands/Concerns/InteractsWithServers.php b/src/Commands/Concerns/InteractsWithServers.php index dad042fdc..57e56298f 100644 --- a/src/Commands/Concerns/InteractsWithServers.php +++ b/src/Commands/Concerns/InteractsWithServers.php @@ -167,7 +167,7 @@ protected function ensurePortIsAvailable(): void */ public function getSubscribedSignals(): array { - return [SIGINT, SIGTERM]; + return [SIGINT, SIGTERM, SIGHUP]; } /**