Brandt, Todd E wrote:
I notice that most of the packages in Trunk have their /etc/init.d scripts set to K so that they aren't started on boot. I'm assuming this is for fast boot, but we need GPSd to start automatically in IVI. What's the procedure for handling services in moblin?
there is two answers to that: * If it's generically useful (eg always start) we'll start it from rc.sysinit, no big deal (the question is "why gpsd but not gypsy like the rest of moblin", but that's an independent question) * If it's very specific, there's nothing wrong with an /etc/init.d script. One of them isn't THAT much slower. It gets slow if you do a ton of them, or if the one you do takes a long time. (just starting a daemon tends to not be too bad) _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
