|  | @@ -23,6 +23,12 @@ JELLYFIN_CACHE_DIR="/var/cache/jellyfin"
 | 
	
		
			
				|  |  |  # web client path, installed by the jellyfin-web package
 | 
	
		
			
				|  |  |  # JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin-web"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +# In-App service control
 | 
	
		
			
				|  |  | +JELLYFIN_RESTART_OPT="--restartpath=/usr/libexec/jellyfin/restart.sh"
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +# Disable glibc dynamic heap adjustment
 | 
	
		
			
				|  |  | +MALLOC_TRIM_THRESHOLD_=131072
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  # [OPTIONAL] ffmpeg binary paths, overriding the UI-configured values
 | 
	
		
			
				|  |  |  #JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/bin/ffmpeg"
 | 
	
		
			
				|  |  |  
 |