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 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM