mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +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]
|
||||
Type=oneshot
|
||||
Environment=HOME=/storage
|
||||
ExecStart=-/bin/sh -c /storage/.config/autostart.sh
|
||||
ExecStart=-/bin/sh /storage/.config/autostart.sh
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
|
Loading…
x
Reference in New Issue
Block a user