User Tools

Site Tools


sys_var

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

sys_var [2011/11/25 13:28] (current)
cerberus created
Line 1: Line 1:
 +[[serv_prop|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 Windows service to run the server edit file ServiioService.exe.vmoptions and add the property there
 +        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
 +        If you use serviio-console.bat to run the console edit the file and add the variable to JAVA_OPTS property.
 +
 +    Linux
 +
 +    Edit file serviio.sh or serviio-console.sh and add the variable to JAVA_OPTS property.
 +
 +    OSX
 +
 +    Browse contents of Serviio.app or Serviio-Console.app and edit file Contents/Info.plist. To add the property insert these XML tags under <dict> tree:
 +
 +    <key>property_name</key>
 +    <string>property_value</string>
  
sys_var.txt ยท Last modified: 2011/11/25 13:28 by cerberus