ubuntu是如何开机自动启动weston服务的?

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 

posted @ 2020-03-08 22:02  Jello  阅读(1707)  评论(0编辑  收藏  举报