Where to hook in kodi prestart scripts?
|
5th Aug, 2015, 01:06 AM
(This post was last modified: 5th Aug, 2015 01:21 AM by deHakkelaar.)
Post: #2
|
|||
|
|||
RE: Where to hook in kodi prestart scripts?
Kodi is being started by "upstart":
http://upstart.ubuntu.com/cookbook/#job Have a look in the "/etc/init" folder. I believe "xbmc-preload.conf" is the first kodi bit that starts. But you can still use old school "init.d" scripts or put stuff in "/etc/rc.local" if you like. EDIT: to symlink the kodi logs in the /tmp folder: Terminal ln -s /home/xbian/.kodi/temp/kodi.log /tmp/kodi.log There are only 10 types of people in the world: those who understand binary, and those who don't |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Where to hook in kodi prestart scripts? - Otaku Wally - 4th Aug, 2015, 07:52 PM
RE: Where to hook in kodi prestart scripts? - deHakkelaar - 5th Aug, 2015 01:06 AM
RE: Where to hook in kodi prestart scripts? - Otaku Wally - 5th Aug, 2015, 04:37 PM
|