mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
xbmc-autostart: run autostart.sh even if not executable
This commit is contained in:
parent
1a2860c198
commit
54f1218abd
@ -6,7 +6,7 @@ After=graphical.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
Environment=HOME=/storage
|
Environment=HOME=/storage
|
||||||
ExecStart=-/bin/sh -c /storage/.config/autostart.sh
|
ExecStart=-/bin/sh /storage/.config/autostart.sh
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user