Skip to content

Commit

Permalink
fix(server): add ld_library_path in start.sh (#13686)
Browse files Browse the repository at this point in the history
add ld_library_path in start.sh
  • Loading branch information
mertalev authored Oct 22, 2024
1 parent d455a54 commit a93fda8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ echo "Initializing Immich $IMMICH_SOURCE_REF"

lib_path="/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2"
export LD_PRELOAD="$lib_path"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/jellyfin-ffmpeg/lib"

read_file_and_export() {
if [ -n "${!1}" ]; then
Expand Down

0 comments on commit a93fda8

Please sign in to comment.