1. systemd 使用文件/lib/systemd/system/weston.service啟動
2. 停止weston服務
# systemctl stop weston
3. 重新啟動weston服務(先停止服務,然后再啟動服務)
# systemctl restart weston
4. 如何設置開機不自動啟動weston服務
# systemctl disable weston
5. 如何設置開機自動啟動weston服務
# systemctl enable weston
