mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-04 08:27:48 +00:00
xbmc: fix service file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
807c37082c
commit
0a5a6c6b29
@ -5,9 +5,7 @@ Before=xbmc.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Environment=HOME=/storage
|
||||
ExecStart=-/bin/sh -c rm -rf /storage/.xbmc/userdata/addon_data/*/*.log /storage/.xbmc/userdata/addon_data/*/log/*
|
||||
RemainAfterExit=yes
|
||||
ExecStart=-/bin/sh -c 'rm -rf /storage/.xbmc/userdata/addon_data/*/*.log /storage/.xbmc/userdata/addon_data/*/log/*'
|
||||
|
||||
[Install]
|
||||
WantedBy=xbmc.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user