diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index 95622889..5e642636 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -72,7 +72,7 @@ class FileChangeCustomProcess extends Command } }); go(function () use ($driver) { - $this->source = proc_open('php ' . APP_PATH . 'kiri.php sw:server start', [], $this->pipes); + $this->source = proc_open('php ' . APP_PATH . 'kiri.php sw:server restart', [], $this->pipes); $driver->start(Coroutine::getCid()); });