1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Lakka-rk322x/packages/mediacenter/kodi/system.d/kodi-cleanlogs.service
2016-03-12 01:41:55 +01:00

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