added jellyfin 10.8.0alpha5

This commit is contained in:
2022-02-04 06:11:12 +01:00
parent a248655b23
commit 8b43cc2adf
5 changed files with 99 additions and 0 deletions

13
jellyfin/jellyfin.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=Jellyfin Media Server
After=network.target
[Service]
User=jellyfin
EnvironmentFile=/etc/conf.d/jellyfin
ExecStart=/usr/bin/dotnet /usr/lib/jellyfin/jellyfin.dll --datadir ${JELLYFIN_DATA_DIRECTORY} --cachedir ${JELLYFIN_CACHE_DIRECTORY} ${JELLYFIN_ADD_OPTS}
Restart=on-abort
TimeoutSec=20
[Install]
WantedBy=multi-user.target