Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

disable hotplug from startup

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
cc
Posts: 820
Joined: 2005-06-08 19:14

disable hotplug from startup

#1 Post by cc »

hi

howto disable hotplug from startup and start it only if needed ?

kind regards
cc

tailcoat
Posts: 2
Joined: 2005-07-11 09:23
Location: NW England

#2 Post by tailcoat »

This should do it:

To remove it type: update-rc.d -f remove hotplug

To add it back again later (if you want to): update-rc.d hotplug defaults

To start manually type: /etc/init.d/hotplug start

To stop it type: /etc/init.d/hotplug stop


Most other services also seem to be controlled in a similar way. Substitute the the service name for hotplug

cc
Posts: 820
Joined: 2005-06-08 19:14

#3 Post by cc »

thanks !

Post Reply