Forum

Full Version: Delay XBMC startup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
/etc/init.d/mysql is there, but I don't have a mysql.conf.

My temporary workaround is to stop and start xbmc with "sudo stop/start xbmc". After that, XBMC will find my movies and shows.
ok. then edit /etc/init/xbmc-preload.conf and before last two lines put mysql startup command via script so it will look like:

Code:
.
.
.
.
        /etc/init.d/mysql start || :
        { [ -e /etc/init/xbmc.override ] && initctl emit -n xbmc-norun-event; } || start xbmc
end script
This works, thanks!!! Finally Smile
(1st Aug, 2013 07:31 AM)JD2k3 Wrote: [ -> ]
Code:
start on stopping mountall and started networking and net-device-up wlan0

This works for me !
config : nas synology / XBian 1.0Beta2 (XBMC 12.2)
Next step *wifi challenge* try antoher room!
Pages: 1 2
Reference URL's