Overrides RebootableInterface::reboot
public function reboot(?string $warmupDir) : void { $this->shutdown(); $this->warmupDir = $warmupDir; $this->boot(); }