Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

wpa_supplicant seems to somehow be auto started at boot.

# ps auxwww |grep wpa
root       915  0.0  0.0  28824  1232 ?        S    17:36   0:00 /sbin/wpa_supplicant -u -s

How do I disable this service, prevent it from auto starting ?

share|improve this question

1 Answer

up vote 1 down vote accepted

Should be enough to remove the file

/usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service

Move it somewhere so you can restore it, rather than immediately delete it. ;-)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.