> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 重新启动 Weston

关闭 Weston 进程后，要手动重新启动 Weston 服务器，请执行以下操作：

<Note>
  您必须启用 SSH 才能访问主机设备。有关说明，请参阅[使用 SSH 登录](https://dragonwingdocs.qualcomm.com/Key-Documents/Flash-Guide/how-to-sign-in-with-ssh)。
</Note>

1. 要确定 Weston 进程的 ID，请运行以下命令：

   > ```text theme={null}
   > mount -o remount,rw /
   > ```

   > ```text theme={null}
   > ps -A | grep weston
   > ```

   示例输出：

   ```text theme={null}
   824 ?        00:00:12 weston
   1090 ?        00:00:00 weston-keyboard
   1092 ?        00:00:01 weston-desktop-
   ```

   使用示例 Weston 进程列表中的 Weston 进程 ID 来终止 Weston 进程。

2. 要终止 Weston 进程，请运行以下命令：

   <Note>如果 modetest 应用程序已在运行，可跳过以下命令。</Note>

   > ```text theme={null}
   > killall weston
   > ```

3. 要重新启动 Weston 服务器，请运行以下命令：

   > ```text theme={null}
   > mount -o remount,rw /
   > ```

   > ```text theme={null}
   > systemctl start weston.service
   > ```
