1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Lakka-rk322x/packages/mediacenter/kodi/system.d/kodi-autostart.service
2022-01-16 14:23:53 -05:00

16 lines
479 B
Desktop File

[Unit]
Description=Kodi user autostart script
Before=kodi.service
After=network-online.target graphical.target
[Service]
Type=oneshot
Environment=HOME=/storage
ExecStart=-/bin/sh -c ". /etc/profile; test -f /storage/.config/autostart.sh && exec /bin/sh /storage/.config/autostart.sh"
ExecStop=-/bin/sh -c ". /etc/profile; test -f /storage/.config/autostop.sh && exec /bin/sh /storage/.config/autostop.sh"
RemainAfterExit=yes
TimeoutStopSec=5min
[Install]
WantedBy=kodi.service