mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kodi: cleanups
This commit is contained in:
parent
0c3214a370
commit
54634cf062
@ -45,9 +45,8 @@ single_stacktrace()
|
||||
|
||||
print_crash_report()
|
||||
{
|
||||
if [ ! -d $CRASHLOG_DIR ] ; then
|
||||
mkdir -p $CRASHLOG_DIR
|
||||
fi
|
||||
mkdir -p $CRASHLOG_DIR
|
||||
|
||||
DATE=`date +%Y%m%d%H%M%S`
|
||||
FILE="$CRASHLOG_DIR/.kodi_crashlog.log"
|
||||
echo "############## kodi CRASH LOG ###############" > $FILE
|
||||
|
@ -9,6 +9,8 @@ Environment=__GL_YIELD=USLEEP
|
||||
Environment=DISPLAY=:0.0
|
||||
Environment=SDL_MOUSE_RELATIVE=0
|
||||
Environment=HOME=/storage
|
||||
Environment=KODI_TEMP=/storage/.kodi/temp
|
||||
Environment=KODI_HOME=/usr/share/kodi/
|
||||
EnvironmentFile=-/run/libreelec/kodi.conf
|
||||
EnvironmentFile=-/run/libreelec/debug/kodi.conf
|
||||
ExecStartPre=-/usr/lib/kodi/kodi-config
|
||||
|
Loading…
x
Reference in New Issue
Block a user