View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#6
He wants to enable metalayer-crawler, not disable it.

Code:
update-rc.d -f metalayer-crawler0 remove
update-rc.d metalayer-crawler0 defaults 99 01
/etc/init.d/metalayer-crawler0 start
That will remove its runlevel links (in case they are wrong), reinstall them and then start the service.
 

The Following User Says Thank You to auouymous For This Useful Post: