Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Modifying the configuration without application restart

&pagelevel(5)&pagelevel

Changing the current configuration is possible by sending a SIGHUP signal to the application.
Example sending a SIGHUP:
   kill -1 <pid>
   pid - agent process id

After sending a SIGHUP signal to the application, the configuration will be reloaded from the current configuration file.
The current configuration file name is given during the start of application (option -c).