Skip to content

Commit

Permalink
Fix #851 bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
Focusnik committed Mar 15, 2024
1 parent 41051a6 commit 7ab139e
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 @@ -149,7 +149,7 @@ protected function getPort()
*/
public function getSubscribedSignals(): array
{
return [SIGINT, SIGTERM];
return [SIGINT, SIGTERM, SIGHUP];
}

/**
Expand Down

0 comments on commit 7ab139e

Please sign in to comment.