久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      centos系統(tǒng)下nginx啟動(dòng)不了怎么辦

      centos系統(tǒng)下nginx啟動(dòng)不了怎么辦

      問(wèn)題:

      源碼安裝nginx后啟動(dòng)時(shí)報(bào)如下錯(cuò)誤"

      Failed to start nginx.service: Unit not found.

      解決方法:

      (推薦教程:centos使用教程)

      這時(shí)候我們需要在系統(tǒng)服務(wù)目錄里面創(chuàng)建nginx文件。

      vi /lib/systemd/system/nginx.service

      然后復(fù)制以下內(nèi)容

      [Unit] Description=nginx After=network.target [Service] Type=forking ExecStart=/usr/local/nginx/sbin/nginx ExecReload=/usr/local/nginx/sbin/nginx -s reload ExecStop=/usr/local/nginx/sbin/nginx -s quit PrivateTmp=true [Install] WantedBy=multi-user.target

      完成后執(zhí)行如下命令就可以成功啟動(dòng)服務(wù)了。

      systemctl start nginx.service

      相關(guān)視頻教程推薦:linux視頻教程

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)