Tagged Questions
2
votes
1answer
245 views
Changing service startup order
I use wpa_supplicant to configure the wireless connection. Now I have a problem in that the network service starts before wpa_supplicant so this happens:
Bringing up interface wlan0:
Determining IP ...
3
votes
1answer
314 views
How do systemd and chkconfig interact with respect to services and runlevels?
I recently updated some of our machines to Fedora 17. I have noticed that there are some services that I can configure their runlevels using chkconfig, while others don't appear there at all, and can ...
5
votes
2answers
283 views
Why is a service being started if it isn't mentioned in /etc/init.d?
After a clean install of Fedora 17 and distcc-server, I did a service distccd start, which completed successfully.
man service indicates that it would merely be running the distccd script at ...
