zoukankan      html  css  js  c++  java
  • WSL中使用systemctl报错问题

    Windows10里面自带的wsl中安装docker后不支持systemctl命令。需要更换命令,用Sysvinit的命令代替systemd,命令如下:

    Systemd command Sysvinit command
    systemctl start service_name service service_name start
    systemctl stop service_name service service_name stop
    systemctl restart service_name service service_name restart
    systemctl status service_name service service_name status
    systemctl enable service_name service service_name on
    systemctl disable service_name service service_name off
  • 相关阅读:
    http方法-get和post
    SVG
    canvas
    h5拖放
    jQuery表单事件
    html标签嵌套
    jquery.eq()
    jquery.index()
    Date对象
    json
  • 原文地址:https://www.cnblogs.com/kerwincui/p/14939555.html
Copyright © 2011-2022 走看看