本文介绍了如果“hostapd:无法识别的服务”,如何将hostapd设置为服务?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我在raspi 2 Raspbian上从源代码制作并安装了hostapd。但是如何将其作为服务运行?

  sudo service hostapd start 



返回hostapd:无法识别的服务



如果是update-rc.d:

  update-rc.d hostapd enable 



返回

  update-rc.d:使用基于依赖的引导排序
update-rc.d:error:找不到hostapd的LSB脚本
解决方案

I've make and install hostapd from sources on my raspi 2 Raspbian. But how to run it as a service?

sudo service hostapd start

returns hostapd: unrecognized service

In case of update-rc.d:

update-rc.d hostapd enable

returns

update-rc.d: using dependency based boot sequencing
update-rc.d: error: cannot find a LSB script for hostapd
解决方案


这篇关于如果“hostapd:无法识别的服务”,如何将hostapd设置为服务?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-24 12:49