kodi-cleanlogs.service: move to sysinit

This commit is contained in:
Stephan Raue 2014-10-19 17:36:45 +03:00
parent d37c22d61f
commit aaa2c58989

View File

@ -2,7 +2,7 @@
Description=Kodi clean debug logs
ConditionKernelCommandLine=!debugging
ConditionPathExists=!/storage/.cache/debug.openelec
Before=kodi.service
DefaultDependencies=no
[Service]
Type=oneshot
@ -10,4 +10,4 @@ ExecStart=-/bin/sh -c 'rm -rf /storage/.kodi/userdata/addon_data/*/*.log /storag
RemainAfterExit=yes
[Install]
WantedBy=kodi.service
WantedBy=sysinit.target