mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-19 14:12:08 +00:00
b273f59ada
Co-authored-by: CvH <1355173+CvH@users.noreply.github.com>
14 lines
291 B
Desktop File
14 lines
291 B
Desktop File
[Unit]
|
|
Description=Jellyfin - The Free Software Media System
|
|
Documentation=https://jellyfin.org/
|
|
Wants=multi-user.target
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
SyslogIdentifier=%N
|
|
ExecStart=/bin/sh /storage/.kodi/addons/%N/bin/jellyfin-start
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|