mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
14 lines
350 B
Desktop File
14 lines
350 B
Desktop File
[Unit]
|
|
Description=Kodi clean debug logs
|
|
ConditionKernelCommandLine=!debugging
|
|
ConditionPathExists=!/storage/.cache/debug.openelec
|
|
DefaultDependencies=no
|
|
|
|
[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=sysinit.target
|