mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 18:42:52 -07:00
a9a798f81a
Replace the name emby/emby-server with jellyfin everywhere.
13 lines
213 B
Desktop File
13 lines
213 B
Desktop File
[Unit]
|
|
Description=Jellyfin Media Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/jellyfin start
|
|
Restart=on-abort
|
|
TimeoutSec=20
|
|
ExecStopPost=/usr/bin/jellyfin clear
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|