#------------------------------------------------------------------------------ # /etc/boot.d/rc001.embedded - start wrapd and led blinking __FLI4LVER__ # # Creation: 15.02.2006 hh # Last Update: $Id$ #------------------------------------------------------------------------------ begin_script EMBEDDED "loading drivers and starting embedded daemon" emb_helpers=/etc/boot.d/embedded-hw if [ -f $emb_helpers ]; then . $emb_helpers if embedded_load_hw_scripts; then embd_start_daemon watchdogd_start_daemon fi else log_error "Missing helper scripts $emb_helpers" fi end_script