Help with changing Serviio Properties
Can someone please help with this, I think I am not sure which option I need to use. I have installed Serviio and the Services is listed as Serviio in Windows Services so which option would i need below?
How to pass system properties to Serviio
System properties are provided to the server or console in the form of -D<property_name>=<property_value> (Windows and Linux) or XML tags (OSX).
Windows - Serviio server
If you use the Windows service to run the server edit file ServiioService.exe.vmoptions and add the property there (each property per new line)
If you use serviio.bat to run the server edit the file and add the variable to JAVA_OPTS property.
Windows - Serviio console
If you use ServioConsole.exe to run the console edit file ServiioConsole.exe.vmoptions and add the property there (each property per new line)
If you use serviio-console.bat to run the console edit the file and add the variable to JAVA_OPTS property.
Regards
How to pass system properties to Serviio
System properties are provided to the server or console in the form of -D<property_name>=<property_value> (Windows and Linux) or XML tags (OSX).
Windows - Serviio server
If you use the Windows service to run the server edit file ServiioService.exe.vmoptions and add the property there (each property per new line)
If you use serviio.bat to run the server edit the file and add the variable to JAVA_OPTS property.
Windows - Serviio console
If you use ServioConsole.exe to run the console edit file ServiioConsole.exe.vmoptions and add the property there (each property per new line)
If you use serviio-console.bat to run the console edit the file and add the variable to JAVA_OPTS property.
Regards