User Tools

Site Tools


sys_var

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