mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
kodi-cleanlogs.service: move to sysinit
This commit is contained in:
parent
d37c22d61f
commit
aaa2c58989
@ -2,7 +2,7 @@
|
|||||||
Description=Kodi clean debug logs
|
Description=Kodi clean debug logs
|
||||||
ConditionKernelCommandLine=!debugging
|
ConditionKernelCommandLine=!debugging
|
||||||
ConditionPathExists=!/storage/.cache/debug.openelec
|
ConditionPathExists=!/storage/.cache/debug.openelec
|
||||||
Before=kodi.service
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
@ -10,4 +10,4 @@ ExecStart=-/bin/sh -c 'rm -rf /storage/.kodi/userdata/addon_data/*/*.log /storag
|
|||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=kodi.service
|
WantedBy=sysinit.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user