mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-12 16:53:26 +00:00
14 lines
346 B
Desktop File
14 lines
346 B
Desktop File
[Unit]
|
|
Description=Kodi clean debug logs
|
|
ConditionKernelCommandLine=!debugging
|
|
ConditionPathExists=!/storage/.cache/debug.libreelec
|
|
Before=kodi.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=-/bin/sh -c 'rm -rf /storage/.kodi/userdata/addon_data/*/*.log /storage/.kodi/userdata/addon_data/*/log/*'
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=kodi.service
|