[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 -programdata ${JELLYFIN_DATA} ${JELLYFIN_ADD_OPTS} Restart=on-abort TimeoutSec=20 [Install] WantedBy=multi-user.target